Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 39821

Show
Ignore:
Timestamp:
09/06/08 13:51:57 (3 months ago)
Author:
gwright@…
Message:

Version bump to 2.2.2.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/haddock/Portfile

    r34731 r39821  
    22 
    33PortSystem 1.0 
     4 
    45name            haddock 
    5 version         2.0.0.0 
     6version         2.2.2 
    67categories      devel 
    78maintainers     nomaintainer 
     
    2122                by Haddock is fully hyperlinked - click on a type name  \ 
    2223                in a type signature to go straight to the definition,   \ 
    23                 and documentation, for that type.  
     24                and documentation, for that type. 
    2425 
    2526homepage        http://www.haskell.org/haddock/ 
    2627master_sites    http://hackage.haskell.org/packages/archive/${name}/${version} 
    2728 
    28 checksums       md5     ccd8b4a6f6b4fb084bdad02fbb215ca4                \ 
    29                 sha1    f27bd0943f38f6572047d45c9c0779814889ff65        \ 
    30                 rmd160  26c113fa12ed4881bf0f75f3de771dfcc3ee31e6 
     29checksums       md5     ddc8f3c65d7697934fda8b503e88cb25                \ 
     30                sha1    072be1084541d4d828ad5672ebce33136cb21ca3        \ 
     31                rmd160  fcae1974c92715917115e60226696d847c3019f2 
    3132 
    3233 
    3334depends_build   port:ghc 
     35depends_lib     port:hs-ghc-paths 
    3436 
    3537pre-configure   { system "cd ${worksrcpath} && ${prefix}/bin/ghc -o Setup Setup.lhs -package Cabal"