Cabal revisions of bound-extras-0.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 2.2 name: bound-extras version: 0.0.1+x-revision: 1 synopsis: ScopeH and ScopeT extras for bound category: Language, Compilers, Interpreters description: build-depends: , base ^>=4.9.1.0 || ^>=4.10.1.0 || ^>=4.11.1.0 || ^>=4.12.0.0 , deepseq ^>=1.4.2.0- , hashable ^>=1.2.7.0+ , hashable ^>=1.2.7.0 || ^>=1.3.0.0 , transformers ^>=0.5.0.0 -- other deps
revision 2
cabal-version: 2.2 name: bound-extras version: 0.0.1-x-revision: 1+x-revision: 2 synopsis: ScopeH and ScopeT extras for bound category: Language, Compilers, Interpreters description: -- GHC boot libraries build-depends:- , base ^>=4.9.1.0 || ^>=4.10.1.0 || ^>=4.11.1.0 || ^>=4.12.0.0+ , base ^>=4.9.1.0 || ^>=4.10.1.0 || ^>=4.11.1.0 || ^>=4.12.0.0 || ^>=4.13.0.0 , deepseq ^>=1.4.2.0 , hashable ^>=1.2.7.0 || ^>=1.3.0.0 , transformers ^>=0.5.0.0
revision 3
cabal-version: 2.2 name: bound-extras version: 0.0.1-x-revision: 2+x-revision: 3 synopsis: ScopeH and ScopeT extras for bound category: Language, Compilers, Interpreters description: maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> homepage: https://github.com/phadej/bound-extras bug-reports: https://github.com/phadej/bound-extras/issues-tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.1-extra-source-files: CHANGELOG.md examples/*.txt+tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1+extra-source-files:+ CHANGELOG.md+ examples/*.txt source-repository head type: git -- GHC boot libraries build-depends:- , base ^>=4.9.1.0 || ^>=4.10.1.0 || ^>=4.11.1.0 || ^>=4.12.0.0 || ^>=4.13.0.0+ , base ^>=4.9.1.0 || ^>=4.10.1.0 || ^>=4.11.1.0 || ^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0 , deepseq ^>=1.4.2.0 , hashable ^>=1.2.7.0 || ^>=1.3.0.0 , transformers ^>=0.5.0.0 -- other deps- build-depends:- , bound ^>=2.0.1+ build-depends: bound ^>=2.0.1 if !impl(ghc >=8.2) build-depends: bifunctors ^>=5.5.3