Cabal revisions of hjsonpointer-1.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: hjsonpointer-version: 1.2.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+name: hjsonpointer+version: 1.2.0+cabal-version: >=1.10+build-type: Simple+license: MIT+license-file: MIT-LICENSE.txt+maintainer: ian@housejeffries.com+homepage: https://github.com/seagreen/hjsonpointer+synopsis: JSON Pointer library+category: Data+author: Ian Grant Jeffries extra-source-files:- changelog.md- README.md+ changelog.md+ README.md+x-revision: 1 +source-repository head+ type: git+ location: git://github.com/seagreen/hjsonpointer.git+ library- hs-source-dirs:- src- default-language: Haskell2010- ghc-options:- -Wall- exposed-modules:- JSONPointer- build-depends:- base >= 4.6 && < 4.10- , aeson >= 0.7- , hashable >= 1.2- , QuickCheck >= 2.8- , unordered-containers >= 0.2- , semigroups >= 0.18- -- ^ for GHCs < 8- , text >= 1.2- , vector >= 0.10+ exposed-modules:+ JSONPointer+ build-depends:+ base >=4.6 && <4.10,+ aeson >=0.7 && <1.1,+ hashable ==1.2.*,+ QuickCheck >=2.8 && <2.11,+ unordered-containers ==0.2.*,+ semigroups ==0.18.*,+ text ==1.2.*,+ vector >=0.10 && <0.12+ default-language: Haskell2010+ hs-source-dirs: src+ ghc-options: -Wall 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- other-modules: Example- build-depends:- aeson- , base- , hjsonpointer- , hspec >= 2.2- , http-types >= 0.8- , QuickCheck- , unordered-containers- , text- , vector--source-repository head- type: git- location: git://github.com/seagreen/hjsonpointer.git+ type: exitcode-stdio-1.0+ main-is: Unit.hs+ build-depends:+ aeson <1.1,+ base <4.10,+ hjsonpointer <1.3,+ hspec >=2.2 && <2.5,+ http-types >=0.8 && <0.10,+ QuickCheck <2.11,+ unordered-containers <0.3,+ text <1.3,+ vector <0.12+ default-language: Haskell2010+ default-extensions: OverloadedStrings+ hs-source-dirs: test ./+ other-modules:+ Example+ ghc-options: -Wall
revision 2
-name: hjsonpointer-version: 1.2.0-cabal-version: >=1.10-build-type: Simple-license: MIT-license-file: MIT-LICENSE.txt-maintainer: ian@housejeffries.com-homepage: https://github.com/seagreen/hjsonpointer-synopsis: JSON Pointer library-category: Data-author: Ian Grant Jeffries-extra-source-files:- changelog.md- README.md-x-revision: 1--source-repository head- type: git- location: git://github.com/seagreen/hjsonpointer.git--library- exposed-modules:- JSONPointer- build-depends:- base >=4.6 && <4.10,- aeson >=0.7 && <1.1,- hashable ==1.2.*,- QuickCheck >=2.8 && <2.11,- unordered-containers ==0.2.*,- semigroups ==0.18.*,- text ==1.2.*,- vector >=0.10 && <0.12- default-language: Haskell2010- hs-source-dirs: src- ghc-options: -Wall--test-suite unit- type: exitcode-stdio-1.0- main-is: Unit.hs- build-depends:- aeson <1.1,- base <4.10,- hjsonpointer <1.3,- hspec >=2.2 && <2.5,- http-types >=0.8 && <0.10,- QuickCheck <2.11,- unordered-containers <0.3,- text <1.3,- vector <0.12- default-language: Haskell2010- default-extensions: OverloadedStrings- hs-source-dirs: test ./- other-modules:- Example- ghc-options: -Wall+name: hjsonpointer +version: 1.2.0 +cabal-version: >=1.10 +build-type: Simple +license: MIT +license-file: MIT-LICENSE.txt +maintainer: ian@housejeffries.com +homepage: https://github.com/seagreen/hjsonpointer +synopsis: JSON Pointer library +category: Data +author: Ian Grant Jeffries +extra-source-files: + changelog.md + README.md +x-revision: 2 + +source-repository head + type: git + location: git://github.com/seagreen/hjsonpointer.git + +library + exposed-modules: + JSONPointer + build-depends: + base >=4.6 && <4.10, + aeson >=0.7 && <1.3, + hashable ==1.2.*, + QuickCheck >=2.8 && <2.11, + unordered-containers ==0.2.*, + semigroups ==0.18.*, + text ==1.2.*, + vector >=0.10 && <0.13 + default-language: Haskell2010 + hs-source-dirs: src + ghc-options: -Wall + +test-suite unit + type: exitcode-stdio-1.0 + main-is: Unit.hs + build-depends: + aeson <1.1, + base <4.10, + hjsonpointer <1.3, + hspec >=2.2 && <2.5, + http-types >=0.8 && <0.10, + QuickCheck <2.11, + unordered-containers <0.3, + text <1.3, + vector <0.12 + default-language: Haskell2010 + default-extensions: OverloadedStrings + hs-source-dirs: test ./ + other-modules: + Example + ghc-options: -Wall
revision 3
extra-source-files: changelog.md README.md -x-revision: 2 +x-revision: 3 source-repository head type: git type: exitcode-stdio-1.0 main-is: Unit.hs build-depends: - aeson <1.1, + aeson <1.3, base <4.10, hjsonpointer <1.3, hspec >=2.2 && <2.5, QuickCheck <2.11, unordered-containers <0.3, text <1.3, - vector <0.12 + vector <0.13 default-language: Haskell2010 default-extensions: OverloadedStrings hs-source-dirs: test ./