diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
commit | 39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch) | |
tree | 607a5ca77efd301a2b4dc49b05d108829fcffa77 /devel/hs-split | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) |
Notes
Diffstat (limited to 'devel/hs-split')
-rw-r--r-- | devel/hs-split/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-split/files/patch-split.cabal | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/devel/hs-split/Makefile b/devel/hs-split/Makefile index bc53c92f0c9f..e3ba2116e009 100644 --- a/devel/hs-split/Makefile +++ b/devel/hs-split/Makefile @@ -3,7 +3,7 @@ PORTNAME= split PORTVERSION= 0.2.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-split/files/patch-split.cabal b/devel/hs-split/files/patch-split.cabal new file mode 100644 index 000000000000..be8fe222fdd5 --- /dev/null +++ b/devel/hs-split/files/patch-split.cabal @@ -0,0 +1,11 @@ +--- split.cabal.orig 2013-04-14 18:47:17 UTC ++++ split.cabal +@@ -51,7 +51,7 @@ Source-repository head + + Library + ghc-options: -Wall +- build-depends: base <4.8 ++ build-depends: base <4.9 + exposed-modules: Data.List.Split, Data.List.Split.Internals + default-language: Haskell2010 + Hs-source-dirs: src |