Cabal revisions of these-1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: >=1.10 name: these version: 1.0.1+x-revision: 1 synopsis: An either-or-both data type. homepage: https://github.com/isomorphism/these license: BSD3 -- ghc boot libs build-depends:- base >=4.5.1.0 && <4.13+ base >=4.5.1.0 && <4.14 , binary >=0.5.1.0 && <0.10 , deepseq >=1.3.0.0 && <1.5 -- other dependencies build-depends:- base-compat >=0.10.5 && <0.11+ base-compat >=0.10.5 && <0.12 , hashable >=1.2.7.0 && <1.4 if impl(ghc <7.5)
revision 2
cabal-version: >=1.10 name: these version: 1.0.1-x-revision: 1+x-revision: 2 synopsis: An either-or-both data type. homepage: https://github.com/isomorphism/these license: BSD3 * <http://hackage.haskell.org/package/monad-chronicle monad-chronicle> For transformers variant of @These@. 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.3+ || ==8.10.1+ , GHCJS ==8.4 source-repository head type: git -- ghc boot libs build-depends:- base >=4.5.1.0 && <4.14+ base >=4.5.1.0 && <4.15 , binary >=0.5.1.0 && <0.10 , deepseq >=1.3.0.0 && <1.5
revision 3
cabal-version: >=1.10 name: these version: 1.0.1-x-revision: 2+x-revision: 3 synopsis: An either-or-both data type. homepage: https://github.com/isomorphism/these license: BSD3 build-depends: semigroupoids >=5.3.2 && <5.4 if flag(quickcheck)- build-depends: QuickCheck >=2.12.6.1 && <2.14+ build-depends: QuickCheck >=2.12.6.1 && <2.15
revision 4
cabal-version: >=1.10 name: these version: 1.0.1-x-revision: 3+x-revision: 4 synopsis: An either-or-both data type. homepage: https://github.com/isomorphism/these license: BSD3 if flag(aeson) build-depends:- aeson >=1.4.2.0 && <1.5+ aeson >=1.4.2.0 && <1.6 , unordered-containers >=0.2.8.0 && <0.3 if flag(assoc)