Cabal revisions of cborg-0.2.4.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: cborg version: 0.2.4.0+x-revision: 1 synopsis: Concise Binary Object Representation (CBOR) license: BSD3 license-file: LICENSE.txt ghc-options: -Wcompat -Wnoncanonical-monad-instances else -- provide/emulate `Control.Monad.Fail` and `Data.Semigroups` API for pre-GHC8- build-depends: fail == 4.9.*, semigroups >=0.18 && <0.20+ build-depends: fail == 4.9.*, semigroups >=0.18 && <0.21 test-suite tests type: exitcode-stdio-1.0
revision 2
name: cborg version: 0.2.4.0-x-revision: 1+x-revision: 2 synopsis: Concise Binary Object Representation (CBOR) license: BSD3 license-file: LICENSE.txt -- Library library+ build-depends: primitive <0.7.4+ default-language: Haskell2010 ghc-options: -Wall include-dirs: src/cbits