Cabal revisions of conf-json-1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: conf-json-version: 1.1-synopsis: read, parse json config-description: read, parse json config to a Haskell type-author: Imants Cekusins-maintainer: Imants Cekusins-category: Configuration JSON-license: PublicDomain-license-file: PublicDomain-extra-source-files: changelog.md,- test/Test/test-conf.json--cabal-version: >=1.10-build-type: Simple-homepage: https://github.com/ciez/conf-json-source-repository head- type: git- location: https://github.com/ciez/conf-json.git- ---library- exposed-modules:- Data.Conf.Json- - ghc-options: -fwarn-unused-imports - - build-depends: base >=4.8 && <5.0,- directory,- bytestring,- aeson- - hs-source-dirs: src- default-language: Haskell2010- default-extensions: FlexibleInstances- MultiParamTypeClasses- TypeSynonymInstances- BangPatterns- InstanceSigs- OverloadedStrings- FunctionalDependencies- StandaloneDeriving---test-suite spec- default-language:Haskell2010- type: exitcode-stdio-1.0- ghc-options: -fwarn-unused-imports- hs-source-dirs: test, src- - default-extensions: FlexibleInstances- MultiParamTypeClasses- TypeSynonymInstances- BangPatterns- InstanceSigs- OverloadedStrings- FunctionalDependencies- StandaloneDeriving- DeriveGeneric-- main-is: Main.hs- other-modules:- Test.TestParse-- build-depends: base >= 4.8,- hspec >= 2.1.7,- QuickCheck >= 2.8.1,- binary,- bytestring,- directory,- aeson,- conf-json +name: conf-json +version: 1.1 +x-revision: 1 +synopsis: read, parse json config +description: read, parse json config to a Haskell type +author: Imants Cekusins +maintainer: Imants Cekusins +category: Configuration, JSON +license: PublicDomain +license-file: PublicDomain +extra-source-files: changelog.md, + test/Test/test-conf.json + +cabal-version: >=1.10 +build-type: Simple +homepage: https://github.com/ciez/conf-json +source-repository head + type: git + location: https://github.com/ciez/conf-json.git + + + +library + exposed-modules: + Data.Conf.Json + + ghc-options: -fwarn-unused-imports + + build-depends: base >=4.8 && <5.0, + directory, + bytestring, + aeson + + hs-source-dirs: src + default-language: Haskell2010 + default-extensions: FlexibleInstances + MultiParamTypeClasses + TypeSynonymInstances + BangPatterns + InstanceSigs + OverloadedStrings + FunctionalDependencies + StandaloneDeriving + + +test-suite spec + default-language:Haskell2010 + type: exitcode-stdio-1.0 + ghc-options: -fwarn-unused-imports + hs-source-dirs: test, src + + default-extensions: FlexibleInstances + MultiParamTypeClasses + TypeSynonymInstances + BangPatterns + InstanceSigs + OverloadedStrings + FunctionalDependencies + StandaloneDeriving + DeriveGeneric + + main-is: Main.hs + other-modules: + Test.TestParse + + build-depends: base >= 4.8, + hspec >= 2.1.7, + QuickCheck >= 2.8.1, + binary, + bytestring, + directory, + aeson, + conf-json
revision 2
name: conf-json version: 1.1 -x-revision: 1 +x-revision: 2 synopsis: read, parse json config description: read, parse json config to a Haskell type author: Imants Cekusins ghc-options: -fwarn-unused-imports - build-depends: base >=4.8 && <5.0, - directory, - bytestring, - aeson + build-depends: base >=4.8 && <5.0, + aeson >= 1.0.2 && < 1.1, + bytestring >= 0.10.8 && < 0.11, + directory >= 1.2.6 && < 1.3 hs-source-dirs: src default-language: Haskell2010
revision 3
name: conf-json version: 1.1 -x-revision: 2 +x-revision: 3 synopsis: read, parse json config description: read, parse json config to a Haskell type author: Imants Cekusins build-depends: base >=4.8 && <5.0, aeson >= 1.0.2 && < 1.1, - bytestring >= 0.10.8 && < 0.11, + bytestring >= 0.10.0.0 && < 0.11, directory >= 1.2.6 && < 1.3 hs-source-dirs: src
revision 4
name: conf-json version: 1.1 -x-revision: 3 +x-revision: 4 synopsis: read, parse json config description: read, parse json config to a Haskell type author: Imants Cekusins ghc-options: -fwarn-unused-imports build-depends: base >=4.8 && <5.0, - aeson >= 1.0.2 && < 1.1, + aeson >= 1.0.0.0 && < 1.1, bytestring >= 0.10.0.0 && < 0.11, directory >= 1.2.6 && < 1.3
revision 5
name: conf-json version: 1.1 -x-revision: 4 +x-revision: 5 synopsis: read, parse json config description: read, parse json config to a Haskell type author: Imants Cekusins ghc-options: -fwarn-unused-imports build-depends: base >=4.8 && <5.0, - aeson >= 1.0.0.0 && < 1.1, + aeson, bytestring >= 0.10.0.0 && < 0.11, directory >= 1.2.6 && < 1.3
revision 6
name: conf-json version: 1.1 -x-revision: 5 +x-revision: 6 synopsis: read, parse json config description: read, parse json config to a Haskell type author: Imants Cekusins build-depends: base >=4.8 && <5.0, aeson, - bytestring >= 0.10.0.0 && < 0.11, - directory >= 1.2.6 && < 1.3 + bytestring, + directory hs-source-dirs: src default-language: Haskell2010