Cabal revisions of hjsonpointer-1.5.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: hjsonpointer-version: 1.5.0-synopsis: JSON Pointer library-homepage: https://github.com/seagreen/hjsonpointer-license: MIT-license-file: MIT-LICENSE.txt-author: Ian Grant Jeffries-maintainer: ian@housejeffries.com-category: Data-build-type: Simple-cabal-version: >=1.10--- Rerun multi-ghc-travis (executable make-travis-yml-2) after changing:-Tested-With: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1+cabal-version: >=1.10+name: hjsonpointer+version: 1.5.0+license: MIT+license-file: MIT-LICENSE.txt+maintainer: ian@housejeffries.com+author: Ian Grant Jeffries+tested-with: ghc ==8.0.2 ghc ==8.2.2 ghc ==8.4.1+homepage: https://github.com/seagreen/hjsonpointer+synopsis: JSON Pointer library+category: Data+x-revision: 1+build-type: Simple extra-source-files:- changelog.md- README.md+ changelog.md+ README.md library- hs-source-dirs:- src- default-language: Haskell2010- ghc-options:- -Wall- exposed-modules:- JSONPointer- build-depends:- base >= 4.6 && < 5- , aeson >= 0.7- , hashable >= 1.2- , unordered-containers >= 0.2- , text >= 1.2- , vector >= 0.10+ exposed-modules:+ JSONPointer+ hs-source-dirs: src+ default-language: Haskell2010+ ghc-options: -Wall+ build-depends:+ base >=4.6 && <5,+ aeson >=0.7 && <1.4,+ hashable ==1.2.*,+ unordered-containers ==0.2.*,+ text ==1.2.*,+ vector >=0.10 && <0.13 test-suite unit- hs-source-dirs:- test- ./- main-is: Unit.hs- default-language: Haskell2010- type: exitcode-stdio-1.0- default-extensions:- OverloadedStrings- ghc-options:- -Wall- -fno-warn-orphans- other-modules: Example- build-depends:- aeson- , base- , hjsonpointer- , hspec >= 2.2- , http-types >= 0.8- , QuickCheck- , unordered-containers- , text- , vector+ type: exitcode-stdio-1.0+ main-is: Unit.hs+ hs-source-dirs: test ./+ other-modules:+ Example+ default-language: Haskell2010+ default-extensions: OverloadedStrings+ ghc-options: -Wall -fno-warn-orphans+ build-depends:+ aeson <1.4,+ base <4.12,+ hjsonpointer -any,+ hspec >=2.2 && <2.6,+ http-types >=0.8 && <0.13,+ QuickCheck <2.12,+ unordered-containers <0.3,+ text <1.3,+ vector <0.13
revision 2
-cabal-version: >=1.10-name: hjsonpointer-version: 1.5.0-license: MIT-license-file: MIT-LICENSE.txt-maintainer: ian@housejeffries.com-author: Ian Grant Jeffries-tested-with: ghc ==8.0.2 ghc ==8.2.2 ghc ==8.4.1-homepage: https://github.com/seagreen/hjsonpointer-synopsis: JSON Pointer library-category: Data-x-revision: 1-build-type: Simple-extra-source-files:- changelog.md- README.md--library- exposed-modules:- JSONPointer- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall- build-depends:- base >=4.6 && <5,- aeson >=0.7 && <1.4,- hashable ==1.2.*,- unordered-containers ==0.2.*,- text ==1.2.*,- vector >=0.10 && <0.13--test-suite unit- type: exitcode-stdio-1.0- main-is: Unit.hs- hs-source-dirs: test ./- other-modules:- Example- default-language: Haskell2010- default-extensions: OverloadedStrings- ghc-options: -Wall -fno-warn-orphans- build-depends:- aeson <1.4,- base <4.12,- hjsonpointer -any,- hspec >=2.2 && <2.6,- http-types >=0.8 && <0.13,- QuickCheck <2.12,- unordered-containers <0.3,- text <1.3,- vector <0.13+cabal-version: >=1.10 +name: hjsonpointer +version: 1.5.0 +license: MIT +license-file: MIT-LICENSE.txt +maintainer: ian@housejeffries.com +author: Ian Grant Jeffries +tested-with: ghc ==8.0.2 ghc ==8.2.2 ghc ==8.4.1 +homepage: https://github.com/seagreen/hjsonpointer +synopsis: JSON Pointer library +category: Data +x-revision: 2 +build-type: Simple +extra-source-files: + changelog.md + README.md + +library + exposed-modules: + JSONPointer + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall + build-depends: + base >=4.9 && <5, + aeson >=0.7 && <1.4, + hashable ==1.2.*, + unordered-containers ==0.2.*, + text ==1.2.*, + vector >=0.10 && <0.13 + +test-suite unit + type: exitcode-stdio-1.0 + main-is: Unit.hs + hs-source-dirs: test ./ + other-modules: + Example + default-language: Haskell2010 + default-extensions: OverloadedStrings + ghc-options: -Wall -fno-warn-orphans + build-depends: + aeson <1.4, + base <4.12, + hjsonpointer -any, + hspec >=2.2 && <2.6, + http-types >=0.8 && <0.13, + QuickCheck <2.12, + unordered-containers <0.3, + text <1.3, + vector <0.13
revision 3
homepage: https://github.com/seagreen/hjsonpointer synopsis: JSON Pointer library category: Data -x-revision: 2 +x-revision: 3 build-type: Simple extra-source-files: changelog.md default-extensions: OverloadedStrings ghc-options: -Wall -fno-warn-orphans build-depends: - aeson <1.4, + aeson <1.5, base <4.12, hjsonpointer -any, hspec >=2.2 && <2.6,