Changeset 39821
- Timestamp:
- 09/06/08 13:51:57 (3 months ago)
- Files:
-
- 1 modified
-
trunk/dports/devel/haddock/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/haddock/Portfile
r34731 r39821 2 2 3 3 PortSystem 1.0 4 4 5 name haddock 5 version 2. 0.0.06 version 2.2.2 6 7 categories devel 7 8 maintainers nomaintainer … … 21 22 by Haddock is fully hyperlinked - click on a type name \ 22 23 in a type signature to go straight to the definition, \ 23 and documentation, for that type. 24 and documentation, for that type. 24 25 25 26 homepage http://www.haskell.org/haddock/ 26 27 master_sites http://hackage.haskell.org/packages/archive/${name}/${version} 27 28 28 checksums md5 ccd8b4a6f6b4fb084bdad02fbb215ca4\29 sha1 f27bd0943f38f6572047d45c9c0779814889ff65\30 rmd160 26c113fa12ed4881bf0f75f3de771dfcc3ee31e629 checksums md5 ddc8f3c65d7697934fda8b503e88cb25 \ 30 sha1 072be1084541d4d828ad5672ebce33136cb21ca3 \ 31 rmd160 fcae1974c92715917115e60226696d847c3019f2 31 32 32 33 33 34 depends_build port:ghc 35 depends_lib port:hs-ghc-paths 34 36 35 37 pre-configure { system "cd ${worksrcpath} && ${prefix}/bin/ghc -o Setup Setup.lhs -package Cabal"

