mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
72aec0acb1
- Update devel/hs-blaze-builder-enumerator to 0.2.0.1 - Update devel/hs-darcs to 2.5.2 - Update devel/hs-hashed-storage to 0.5.7 - Update devel/hs-haskeline to 0.6.4.0 - Update devel/hs-haskell-src-exts to 1.11.1 - Update devel/hs-hoogle to 4.2.5 - Update devel/hs-test-framework to 0.4.0 - Update devel/hs-test-framework-quickcheck2 to 0.2.10 - Update www/hs-wai to 0.4.0 - Update www/hs-warp to 0.4.0.1 - Bump PORTREVISION of devel/cvs2darcs, devel/hs-test-framework-hunit, devel/hs-uuagc, math/hs-Agda, math/hs-Agda-executable Obtained from: FreeBSD Haskell
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
--- ./hoogle.cabal.orig 2011-06-12 15:14:55.000000000 +0200
|
|
+++ ./hoogle.cabal 2011-06-25 19:26:25.000000000 +0200
|
|
@@ -40,10 +40,10 @@
|
|
array, bytestring, containers, directory, filepath, process, random,
|
|
safe,
|
|
binary,
|
|
- parsec >= 2.1,
|
|
- transformers == 0.2.*,
|
|
- uniplate == 1.6.*,
|
|
- haskell-src-exts >= 1.9 && < 1.12
|
|
+ parsec,
|
|
+ transformers >= 0.2,
|
|
+ uniplate >= 1.6,
|
|
+ haskell-src-exts >= 1.9
|
|
|
|
if !os(mingw32)
|
|
build-depends: unix
|
|
@@ -107,14 +107,14 @@
|
|
|
|
build-depends:
|
|
time, old-time, old-locale,
|
|
- cmdargs == 0.7.*,
|
|
- tagsoup >= 0.11 && < 0.13,
|
|
- enumerator == 0.4.*,
|
|
- blaze-builder >= 0.2 && < 0.4,
|
|
- http-types == 0.6.*,
|
|
- case-insensitive == 0.2.*,
|
|
- wai == 0.4.*,
|
|
- warp == 0.4.*,
|
|
+ cmdargs >= 0.7,
|
|
+ tagsoup >= 0.11,
|
|
+ enumerator >= 0.4,
|
|
+ blaze-builder >= 0.2,
|
|
+ http-types >= 0.6,
|
|
+ case-insensitive >= 0.2,
|
|
+ wai >= 0.4,
|
|
+ warp >= 0.4,
|
|
Cabal >= 1.8 && < 1.11
|
|
|
|
other-modules:
|