Cabal revisions of binary-tagged-0.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 2.2 name: binary-tagged version: 0.3+x-revision: 1 synopsis: Tagged binary serialisation. category: Data description: || ==8.2.2 || ==8.4.4 || ==8.6.5- || ==8.8.3- || ==8.10.1+ || ==8.8.4+ || ==8.10.2 extra-source-files: CHANGELOG.md -- other dependencies build-depends:- , base16-bytestring ^>=0.1.1.6+ , base16-bytestring ^>=0.1.1.6 || ^>=1.0.0.0 , tagged ^>=0.8.6 exposed-modules: Data.Binary.Tagged
revision 2
cabal-version: 2.2 name: binary-tagged version: 0.3-x-revision: 1+x-revision: 2 synopsis: Tagged binary serialisation. category: Data description: || ==8.4.4 || ==8.6.5 || ==8.8.4- || ==8.10.2+ || ==8.10.4+ || ==9.0.1 extra-source-files: CHANGELOG.md -- Libraries bundled with GHC build-depends: , array ^>=0.5.0.0- , base >=4.7.0.2 && <4.15+ , base >=4.7.0.2 && <4.16 , binary >=0.7.1.0 && <0.10- , bytestring ^>=0.10.4.0+ , bytestring ^>=0.10.4.0 || ^>=0.11 , containers >=0.5.5.1 && <0.7 -- other dependencies