Cabal revisions of cborg-0.2.5.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: cborg version: 0.2.5.0+x-revision: 1 synopsis: Concise Binary Object Representation (CBOR) license: BSD3 license-file: LICENSE.txt build-depends: array >= 0.4 && < 0.6,- base >= 4.7 && < 4.16,+ base >= 4.8 && < 4.16, bytestring >= 0.10.4 && < 0.12, containers >= 0.5 && < 0.7, deepseq >= 1.0 && < 1.5,
revision 2
name: cborg version: 0.2.5.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