Cabal revisions of binary-orphans-1.0.1
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.1+x-revision: 1 synopsis: Compatibility package for binary; provides instances category: Data, Binary, Parsing, Compatibility description: other-extensions: CPP build-depends: base >=4.5 && <4.14- , binary >=0.5.1.0 && <0.6 || >=0.7.1.0 && <0.8 || >=0.8.3.0 && <0.8.7+ , binary >=0.5.1.0 && <0.6 || >=0.7.1.0 && <0.8 || >=0.8.3.0 && <0.8.8 , transformers >=0.3.0.0 && <0.7 if !impl(ghc >=7.10)
revision 2
-cabal-version: 1.12-name: binary-orphans-version: 1.0.1-x-revision: 1-synopsis: Compatibility package for binary; provides instances-category: Data, Binary, Parsing, Compatibility+cabal-version: 1.12+name: binary-orphans+version: 1.0.1+x-revision: 2+synopsis: Compatibility package for binary; provides instances+category: Data, Binary, Parsing, Compatibility description: This package provides instances defined in later versions of @binary@ package . Prior version 1 this packages provided instances for other packages. That functionality is moved to [binary-instances](https://hackage.haskell.org/package/binary-instances) package. -build-type: Simple-maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>-author: Oleg Grenrus <oleg.grenrus@iki.fi>-license: BSD3-license-file: LICENSE+build-type: Simple+maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>+author: Oleg Grenrus <oleg.grenrus@iki.fi>+license: BSD3+license-file: LICENSE tested-with:- GHC ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.1+ GHC ==7.4.2+ || ==7.6.3+ || ==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 if !impl(ghc >=8.0) build-depends: fail ==4.9.*- build-depends: semigroups >=0.18.5 && <0.19.1+ build-depends: semigroups >=0.18.5 && <0.19.2 test-suite binary-orphans-test default-language: Haskell2010 , binary-orphans , QuickCheck >=2.13.1 && <2.14 , quickcheck-instances >=0.3.21 && <0.4+ , tagged >=0.8.6 && <0.8.7 , tasty >=0.10.1.2 && <1.3 , tasty-quickcheck >=0.8.3.2 && <0.11- , tagged >=0.8.6 && <0.8.7 if !impl(ghc >=8.0) build-depends: semigroups
revision 3
cabal-version: 1.12 name: binary-orphans version: 1.0.1-x-revision: 2+x-revision: 3 synopsis: Compatibility package for binary; provides instances category: Data, Binary, Parsing, Compatibility description: || ==8.2.2 || ==8.4.4 || ==8.6.5- || ==8.8.1+ || ==8.8.2+ || ==8.10.1 extra-source-files: CHANGELOG.md exposed-modules: Data.Binary.Orphans other-extensions: CPP build-depends:- base >=4.5 && <4.14- , binary >=0.5.1.0 && <0.6 || >=0.7.1.0 && <0.8 || >=0.8.3.0 && <0.8.8+ base >=4.5 && <4.15+ , binary >=0.5.1.0 && <0.6 || >=0.7.1.0 && <0.8 || >=0.8.3.0 && <0.8.9 , transformers >=0.3.0.0 && <0.7 if !impl(ghc >=7.10) if !impl(ghc >=8.0) build-depends: fail ==4.9.*- build-depends: semigroups >=0.18.5 && <0.19.2+ build-depends: semigroups >=0.18.5 && <0.19.1 test-suite binary-orphans-test default-language: Haskell2010
revision 4
cabal-version: 1.12 name: binary-orphans version: 1.0.1-x-revision: 3+x-revision: 4 synopsis: Compatibility package for binary; provides instances category: Data, Binary, Parsing, Compatibility description: || ==8.2.2 || ==8.4.4 || ==8.6.5- || ==8.8.2+ || ==8.8.3 || ==8.10.1 extra-source-files: CHANGELOG.md if !impl(ghc >=8.0) build-depends: fail ==4.9.*- build-depends: semigroups >=0.18.5 && <0.19.1+ build-depends: semigroups >=0.18.5 && <0.19.2 test-suite binary-orphans-test default-language: Haskell2010 base , binary , binary-orphans- , QuickCheck >=2.13.1 && <2.14+ , QuickCheck >=2.13.1 && <2.15 , quickcheck-instances >=0.3.21 && <0.4 , tagged >=0.8.6 && <0.8.7 , tasty >=0.10.1.2 && <1.3
revision 5
cabal-version: 1.12 name: binary-orphans version: 1.0.1-x-revision: 4+x-revision: 5 synopsis: Compatibility package for binary; provides instances category: Data, Binary, Parsing, Compatibility description: || ==8.2.2 || ==8.4.4 || ==8.6.5- || ==8.8.3- || ==8.10.1+ || ==8.8.4+ || ==8.10.3 extra-source-files: CHANGELOG.md exposed-modules: Data.Binary.Orphans other-extensions: CPP build-depends:- base >=4.5 && <4.15+ base >=4.5 && <4.16 , binary >=0.5.1.0 && <0.6 || >=0.7.1.0 && <0.8 || >=0.8.3.0 && <0.8.9 , transformers >=0.3.0.0 && <0.7 , QuickCheck >=2.13.1 && <2.15 , quickcheck-instances >=0.3.21 && <0.4 , tagged >=0.8.6 && <0.8.7- , tasty >=0.10.1.2 && <1.3+ , tasty >=0.10.1.2 && <1.5 , tasty-quickcheck >=0.8.3.2 && <0.11 if !impl(ghc >=8.0)