1+ cabal-version : 3.0
2+
13-- To run tests and binaries you'll need to rename the name of the library
24-- and all the local dependencies on it. If not, cabal is unable to come up
35-- with a build plan.
810
911name : binary
1012version : 0.8.8.0
11- license : BSD3
13+ license : BSD-3-Clause
1214license-file : LICENSE
1315author : Lennart Kolmodin <
[email protected] >
1416maintainer : Lennart Kolmodin, Don Stewart <
[email protected] >
@@ -25,7 +27,6 @@ synopsis: Binary serialisation for Haskell values using lazy ByteStrings
2527category : Data, Parsing
2628stability : provisional
2729build-type : Simple
28- cabal-version : >= 1.8
2930tested-with : GHC == 7.8.4 , GHC == 7.10.3 , GHC == 8.0.2 , GHC == 8.2.2 , GHC == 8.4.4 , GHC == 8.6.5
3031extra-source-files :
3132 README.md changelog.md docs/hcar/binary-Lb.tex tools/derive/*.hs
@@ -59,6 +60,7 @@ library
5960
6061 if impl(ghc >= 8.0 )
6162 ghc-options : -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
63+ default-language : Haskell2010
6264
6365test-suite qc
6466 type : exitcode-stdio-1.0
@@ -83,6 +85,7 @@ test-suite qc
8385 if impl(ghc <= 7.6 )
8486 -- prior to ghc-7.4 generics lived in ghc-prim
8587 build-depends : ghc-prim
88+ default-language : Haskell2010
8689
8790
8891test-suite read-write-file
@@ -104,6 +107,7 @@ test-suite read-write-file
104107 if impl(ghc <= 7.6 )
105108 -- prior to ghc-7.4 generics lived in ghc-prim
106109 build-depends : ghc-prim
110+ default-language : Haskell2010
107111
108112
109113benchmark bench
@@ -124,6 +128,7 @@ benchmark bench
124128 if impl(ghc <= 7.6 )
125129 -- prior to ghc-7.4 generics lived in ghc-prim
126130 build-depends : ghc-prim
131+ default-language : Haskell2010
127132
128133
129134benchmark get
@@ -145,6 +150,7 @@ benchmark get
145150 if impl(ghc <= 7.6 )
146151 -- prior to ghc-7.4 generics lived in ghc-prim
147152 build-depends : ghc-prim
153+ default-language : Haskell2010
148154
149155
150156benchmark put
@@ -163,6 +169,7 @@ benchmark put
163169 if impl(ghc <= 7.6 )
164170 -- prior to ghc-7.4 generics lived in ghc-prim
165171 build-depends : ghc-prim
172+ default-language : Haskell2010
166173
167174benchmark generics-bench
168175 type : exitcode-stdio-1.0
@@ -192,6 +199,7 @@ benchmark generics-bench
192199 if impl(ghc <= 7.6 )
193200 -- prior to ghc-7.4 generics lived in ghc-prim
194201 build-depends : ghc-prim
202+ default-language : Haskell2010
195203
196204benchmark builder
197205 type : exitcode-stdio-1.0
@@ -210,3 +218,4 @@ benchmark builder
210218 if impl(ghc <= 7.6 )
211219 -- prior to ghc-7.4 generics lived in ghc-prim
212220 build-depends : ghc-prim
221+ default-language : Haskell2010
0 commit comments