Cabal revisions of binary-orphans-1.0.5
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 1.12 name: binary-orphans version: 1.0.5+x-revision: 1 synopsis: Compatibility package for binary; provides instances category: Data, Binary, Parsing, Compatibility description: || ==9.0.2 || ==9.2.8 || ==9.4.8- || ==9.6.5- || ==9.8.2+ || ==9.6.6+ || ==9.8.4 || ==9.10.1+ || ==9.12.1 extra-source-files: CHANGELOG.md exposed-modules: Data.Binary.Orphans other-extensions: CPP build-depends:- base >=4.12.0.0 && <4.21+ base >=4.12.0.0 && <4.22 , binary >=0.8.6.0 && <0.8.10 if !impl(ghc >=9.2) , quickcheck-instances >=0.3.28 && <0.4 , tagged >=0.8.6 && <0.9 , tasty >=0.10.1.2 && <1.6- , tasty-quickcheck >=0.8.3.2 && <0.11+ , tasty-quickcheck >=0.8.3.2 && <0.12 if impl(ghc >=8.0 && <9.4) build-depends: data-array-byte