Cabal revisions of binary-tagged-0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: >=1.10 name: binary-tagged version: 0.2+x-revision: 1 synopsis: Tagged binary serialisation. category: Data description: license-file: LICENSE build-type: Simple tested-with:- GHC ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.1+ GHC ==7.8.4+ || ==7.10.3+ || ==8.0.2+ || ==8.2.2+ || ==8.4.4+ || ==8.6.5+ || ==8.8.1 -extra-source-files:- CHANGELOG.md+extra-source-files: CHANGELOG.md source-repository head type: git -- Libraries bundled with GHC build-depends: array >=0.5.0.0 && <0.6- , base >=4.7.0.2 && <4.13+ , base >=4.7.0.2 && <4.14 , binary >=0.7.1.0 && <0.10 , bytestring >=0.10.4.0 && <0.11 , containers >=0.5.5.1 && <0.7 , text >=1.2.3.0 && <1.3- , time >=1.4.2 && <1.9+ , time >=1.4.2 && <1.10 -- other dependencies build-depends: , scientific , tagged , tasty- , tasty-quickcheck , tasty-hunit+ , tasty-quickcheck , text , time , unordered-containers