[commit: packages/binary] master: binary.cabal: update list with which GHCs we've tested (b84dd93)
git at git.haskell.org
git at git.haskell.org
Sun Dec 14 17:54:55 UTC 2014
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/b84dd93b62388bc3c0b5ae1f11dfb2f892711db8
>---------------------------------------------------------------
commit b84dd93b62388bc3c0b5ae1f11dfb2f892711db8
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date: Sun May 11 15:02:35 2014 +0400
binary.cabal: update list with which GHCs we've tested
>---------------------------------------------------------------
b84dd93b62388bc3c0b5ae1f11dfb2f892711db8
binary.cabal | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/binary.cabal b/binary.cabal
index 8ed0e95..d38922c 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -18,7 +18,7 @@ category: Data, Parsing
stability: provisional
build-type: Simple
cabal-version: >= 1.8
-tested-with: GHC == 7.0.4, GHC == 7.4.1, GHC == 7.6.1
+tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.2
extra-source-files:
README.md index.html docs/hcar/binary-Lb.tex
tools/derive/*.hs tests/Makefile benchmarks/Makefile
@@ -31,9 +31,6 @@ source-repository head
type: git
location: git://github.com/kolmodin/binary.git
-flag development
- default: False
-
library
build-depends: base >= 3.0 && < 5, bytestring >= 0.9, containers, array
hs-source-dirs: src
More information about the ghc-commits
mailing list