Cabal revisions of conferer-aeson-1.1.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.18---- This file has been generated from package.yaml by hpack version 0.33.0.------ see: https://github.com/sol/hpack------ hash: d73d44df61f4d56a6aa0b89b1ce6a27123ce674091a311ce30c992d64be6ef56--name: conferer-aeson-version: 1.1.0.2-synopsis: conferer's source for reading json files--description: Library to abstract the parsing of many haskell config values from different config sources-category: Configuration-homepage: https://conferer.ludat.io-bug-reports: https://github.com/ludat/conferer/issues-author: Lucas David Traverso-maintainer: lucas6246@gmail.com-copyright: (c) 2020 Lucas David Traverso-license: MPL-2.0-license-file: LICENSE-build-type: Simple-extra-doc-files:- README.md- CHANGELOG.md- LICENSE--library- exposed-modules:- Conferer.FromConfig.Aeson- Conferer.Source.Aeson- other-modules:- Paths_conferer_aeson- hs-source-dirs:- src- default-extensions: OverloadedStrings LambdaCase QuasiQuotes ScopedTypeVariables RecordWildCards StrictData- ghc-options: -Wall -Wredundant-constraints -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns- build-depends:- aeson >=0.10 && <2.1- , base >=4.3 && <5- , bytestring >=0.10 && <0.11- , conferer >=1.1.0.0 && <2.0.0.0- , directory >=1.2 && <2.0- , text >=1.1 && <1.3- , unordered-containers- , vector- if impl(ghc >= 8.4.1)- ghc-options: -Wpartial-fields- default-language: Haskell2010--test-suite specs- type: exitcode-stdio-1.0- main-is: Spec.hs- other-modules:- Conferer.FromConfig.AesonSpec- Conferer.Source.AesonSpec- Paths_conferer_aeson- hs-source-dirs:- test- default-extensions: OverloadedStrings LambdaCase QuasiQuotes ScopedTypeVariables RecordWildCards StrictData- ghc-options: -Wall -Wredundant-constraints -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns- build-depends:- aeson >=0.10 && <2.1- , aeson-qq- , base >=4.3 && <5- , bytestring >=0.10 && <0.11- , conferer- , conferer-aeson- , directory >=1.2 && <2.0- , hspec- , text >=1.1 && <1.3- , unordered-containers- , vector- if impl(ghc >= 8.4.1)- ghc-options: -Wpartial-fields- default-language: Haskell2010+cabal-version: 1.18 + +-- This file has been generated from package.yaml by hpack version 0.33.0. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: d73d44df61f4d56a6aa0b89b1ce6a27123ce674091a311ce30c992d64be6ef56 + +name: conferer-aeson +version: 1.1.0.2 +x-revision: 1 +synopsis: conferer's source for reading json files + +description: Library to abstract the parsing of many haskell config values from different config sources +category: Configuration +homepage: https://conferer.ludat.io +bug-reports: https://github.com/ludat/conferer/issues +author: Lucas David Traverso +maintainer: lucas6246@gmail.com +copyright: (c) 2020 Lucas David Traverso +license: MPL-2.0 +license-file: LICENSE +build-type: Simple +extra-doc-files: + README.md + CHANGELOG.md + LICENSE + +library + exposed-modules: + Conferer.FromConfig.Aeson + Conferer.Source.Aeson + other-modules: + Paths_conferer_aeson + hs-source-dirs: + src + default-extensions: OverloadedStrings LambdaCase QuasiQuotes ScopedTypeVariables RecordWildCards StrictData + ghc-options: -Wall -Wredundant-constraints -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns + build-depends: + aeson >=0.10 && <2.1 + , base >=4.3 && <5 + , bytestring >=0.10 && <0.12 + , conferer >=1.1.0.0 && <2.0.0.0 + , directory >=1.2 && <2.0 + , text >=1.1 && <1.3 + , unordered-containers + , vector + if impl(ghc >= 8.4.1) + ghc-options: -Wpartial-fields + default-language: Haskell2010 + +test-suite specs + type: exitcode-stdio-1.0 + main-is: Spec.hs + other-modules: + Conferer.FromConfig.AesonSpec + Conferer.Source.AesonSpec + Paths_conferer_aeson + hs-source-dirs: + test + default-extensions: OverloadedStrings LambdaCase QuasiQuotes ScopedTypeVariables RecordWildCards StrictData + ghc-options: -Wall -Wredundant-constraints -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns + build-depends: + aeson >=0.10 && <2.1 + , aeson-qq + , base >=4.3 && <5 + , bytestring >=0.10 && <0.12 + , conferer + , conferer-aeson + , directory >=1.2 && <2.0 + , hspec + , text >=1.1 && <1.3 + , unordered-containers + , vector + if impl(ghc >= 8.4.1) + ghc-options: -Wpartial-fields + default-language: Haskell2010
revision 2
name: conferer-aeson version: 1.1.0.2 -x-revision: 1 +x-revision: 2 synopsis: conferer's source for reading json files description: Library to abstract the parsing of many haskell config values from different config sources default-extensions: OverloadedStrings LambdaCase QuasiQuotes ScopedTypeVariables RecordWildCards StrictData ghc-options: -Wall -Wredundant-constraints -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns build-depends: - aeson >=0.10 && <2.1 + aeson >=0.10 && <2.2 , base >=4.3 && <5 , bytestring >=0.10 && <0.12 , conferer >=1.1.0.0 && <2.0.0.0 , directory >=1.2 && <2.0 - , text >=1.1 && <1.3 + , text >=1.1 && <2.1 , unordered-containers , vector if impl(ghc >= 8.4.1)
revision 3
name: conferer-aeson version: 1.1.0.2 -x-revision: 2 +x-revision: 3 synopsis: conferer's source for reading json files description: Library to abstract the parsing of many haskell config values from different config sources default-extensions: OverloadedStrings LambdaCase QuasiQuotes ScopedTypeVariables RecordWildCards StrictData ghc-options: -Wall -Wredundant-constraints -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns build-depends: - aeson >=0.10 && <2.2 + aeson >=0.10 && <2.3 , base >=4.3 && <5 , bytestring >=0.10 && <0.12 , conferer >=1.1.0.0 && <2.0.0.0
revision 4
name: conferer-aeson version: 1.1.0.2 -x-revision: 3 +x-revision: 4 synopsis: conferer's source for reading json files description: Library to abstract the parsing of many haskell config values from different config sources default-extensions: OverloadedStrings LambdaCase QuasiQuotes ScopedTypeVariables RecordWildCards StrictData ghc-options: -Wall -Wredundant-constraints -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns build-depends: - aeson >=0.10 && <2.1 + aeson >=0.10 && <2.3 , aeson-qq , base >=4.3 && <5 , bytestring >=0.10 && <0.12 , conferer-aeson , directory >=1.2 && <2.0 , hspec - , text >=1.1 && <1.3 + , text >=1.1 && <2.1 , unordered-containers , vector if impl(ghc >= 8.4.1)
revision 5
name: conferer-aeson version: 1.1.0.2 -x-revision: 4 +x-revision: 5 synopsis: conferer's source for reading json files description: Library to abstract the parsing of many haskell config values from different config sources ghc-options: -Wall -Wredundant-constraints -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns build-depends: aeson >=0.10 && <2.3 - , base >=4.3 && <5 - , bytestring >=0.10 && <0.12 + , base >=4.3 && <4.19.0.0 + , bytestring >=0.10 && <0.13 , conferer >=1.1.0.0 && <2.0.0.0 , directory >=1.2 && <2.0 - , text >=1.1 && <2.1 + , text >=1.1 && <2.2 , unordered-containers , vector if impl(ghc >= 8.4.1) build-depends: aeson >=0.10 && <2.3 , aeson-qq - , base >=4.3 && <5 - , bytestring >=0.10 && <0.12 + , base >=4.3 && <4.19.0.0 + , bytestring >=0.10 && <0.13 , conferer , conferer-aeson , directory >=1.2 && <2.0 , hspec - , text >=1.1 && <2.1 + , text >=1.1 && <2.2 , unordered-containers , vector if impl(ghc >= 8.4.1)
revision 6
name: conferer-aeson version: 1.1.0.2 -x-revision: 5 +x-revision: 6 synopsis: conferer's source for reading json files description: Library to abstract the parsing of many haskell config values from different config sources ghc-options: -Wall -Wredundant-constraints -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns build-depends: aeson >=0.10 && <2.3 - , base >=4.3 && <4.19.0.0 + , base >=4.3 && <5.0 , bytestring >=0.10 && <0.13 , conferer >=1.1.0.0 && <2.0.0.0 , directory >=1.2 && <2.0 build-depends: aeson >=0.10 && <2.3 , aeson-qq - , base >=4.3 && <4.19.0.0 + , base >=4.3 && <5.0 , bytestring >=0.10 && <0.13 , conferer , conferer-aeson