packages feed

Cabal revisions of conferer-1.1.0.0

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: 80fdd520360a49e55b6dfe3ff9e148c716a7af0b6cf3d0326f8ed3d4a8f67611--name:           conferer-version:        1.1.0.0-synopsis:       Configuration management library--description:    Library to abstract the parsing of many haskell config values from different config sources-category:       Configuration-homepage:       https://conferer.ludat.io-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-      Conferer.Config-      Conferer.Config.Internal-      Conferer.Config.Internal.Types-      Conferer.FromConfig-      Conferer.FromConfig.Internal-      Conferer.Key-      Conferer.Key.Internal-      Conferer.Source-      Conferer.Source.CLIArgs-      Conferer.Source.Env-      Conferer.Source.Files-      Conferer.Source.InMemory-      Conferer.Source.Internal-      Conferer.Source.Namespaced-      Conferer.Source.Null-      Conferer.Source.PropertiesFile-      Conferer.Test-  other-modules:-      Paths_conferer-  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:-      base >=4.3 && <5-    , bytestring >=0.10 && <0.11-    , containers >=0.5 && <0.7-    , directory >=1.2 && <2.0-    , filepath >=1.0 && <2.0-    , text >=1.1 && <1.3-  if impl(ghc >= 8.4.1)-    ghc-options: -Wpartial-fields-  default-language: Haskell2010--test-suite specs-  type: exitcode-stdio-1.0-  main-is: ConfererSpecMain.hs-  other-modules:-      Conferer.ConfigSpec-      Conferer.FromConfig.BoolSpec-      Conferer.FromConfig.Extended-      Conferer.FromConfig.FileSpec-      Conferer.FromConfig.ListSpec-      Conferer.FromConfig.MaybeSpec-      Conferer.FromConfig.NumbersSpec-      Conferer.FromConfig.StringLikeSpec-      Conferer.FromConfigSpec-      Conferer.GenericsSpec-      Conferer.KeySpec-      Conferer.Source.CLIArgsSpec-      Conferer.Source.EnvSpec-      Conferer.Source.InMemorySpec-      Conferer.Source.NamespacedSpec-      Conferer.Source.NullSpec-      Conferer.Source.PropertiesFileSpec-      ConfererSpec-      Spec-      Paths_conferer-  hs-source-dirs:-      test-  default-extensions: OverloadedStrings LambdaCase QuasiQuotes ScopedTypeVariables RecordWildCards StrictData-  ghc-options: -Wall -Wredundant-constraints -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -main-is ConfererSpecMain-  build-depends:-      QuickCheck-    , base >=4.3 && <5-    , bytestring >=0.10 && <0.11-    , conferer-    , containers >=0.5 && <0.7-    , deepseq-    , directory >=1.2 && <2.0-    , filepath >=1.0 && <2.0-    , hspec-    , text >=1.1 && <1.3-  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: 80fdd520360a49e55b6dfe3ff9e148c716a7af0b6cf3d0326f8ed3d4a8f67611
+
+name:           conferer
+version:        1.1.0.0
+x-revision: 1
+synopsis:       Configuration management library
+
+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
+      Conferer.Config
+      Conferer.Config.Internal
+      Conferer.Config.Internal.Types
+      Conferer.FromConfig
+      Conferer.FromConfig.Internal
+      Conferer.Key
+      Conferer.Key.Internal
+      Conferer.Source
+      Conferer.Source.CLIArgs
+      Conferer.Source.Env
+      Conferer.Source.Files
+      Conferer.Source.InMemory
+      Conferer.Source.Internal
+      Conferer.Source.Namespaced
+      Conferer.Source.Null
+      Conferer.Source.PropertiesFile
+      Conferer.Test
+  other-modules:
+      Paths_conferer
+  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:
+      base >=4.3 && <5
+    , bytestring >=0.10 && <0.11
+    , containers >=0.5 && <0.7
+    , directory >=1.2 && <2.0
+    , filepath >=1.0 && <2.0
+    , text >=1.1 && <1.3
+  if impl(ghc >= 8.4.1)
+    ghc-options: -Wpartial-fields
+  default-language: Haskell2010
+
+test-suite specs
+  type: exitcode-stdio-1.0
+  main-is: ConfererSpecMain.hs
+  other-modules:
+      Conferer.ConfigSpec
+      Conferer.FromConfig.BoolSpec
+      Conferer.FromConfig.Extended
+      Conferer.FromConfig.FileSpec
+      Conferer.FromConfig.ListSpec
+      Conferer.FromConfig.MaybeSpec
+      Conferer.FromConfig.NumbersSpec
+      Conferer.FromConfig.StringLikeSpec
+      Conferer.FromConfigSpec
+      Conferer.GenericsSpec
+      Conferer.KeySpec
+      Conferer.Source.CLIArgsSpec
+      Conferer.Source.EnvSpec
+      Conferer.Source.InMemorySpec
+      Conferer.Source.NamespacedSpec
+      Conferer.Source.NullSpec
+      Conferer.Source.PropertiesFileSpec
+      ConfererSpec
+      Spec
+      Paths_conferer
+  hs-source-dirs:
+      test
+  default-extensions: OverloadedStrings LambdaCase QuasiQuotes ScopedTypeVariables RecordWildCards StrictData
+  ghc-options: -Wall -Wredundant-constraints -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -main-is ConfererSpecMain
+  build-depends:
+      QuickCheck
+    , base >=4.3 && <5
+    , bytestring >=0.10 && <0.11
+    , conferer
+    , containers >=0.5 && <0.7
+    , deepseq
+    , directory >=1.2 && <2.0
+    , filepath >=1.0 && <2.0
+    , hspec
+    , text >=1.1 && <1.3
+  if impl(ghc >= 8.4.1)
+    ghc-options: -Wpartial-fields
+  default-language: Haskell2010
revision 2
 
 name:           conferer
 version:        1.1.0.0
-x-revision: 1
+x-revision: 2
 synopsis:       Configuration management library
 
 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:
       base >=4.3 && <5
-    , bytestring >=0.10 && <0.11
+    , bytestring >=0.10 && <0.12
     , containers >=0.5 && <0.7
     , directory >=1.2 && <2.0
     , filepath >=1.0 && <2.0
   build-depends:
       QuickCheck
     , base >=4.3 && <5
-    , bytestring >=0.10 && <0.11
+    , bytestring >=0.10 && <0.12
     , conferer
     , containers >=0.5 && <0.7
     , deepseq
revision 3
 
 name:           conferer
 version:        1.1.0.0
-x-revision: 2
+x-revision: 3
 synopsis:       Configuration management library
 
 description:    Library to abstract the parsing of many haskell config values from different config sources
     , containers >=0.5 && <0.7
     , directory >=1.2 && <2.0
     , filepath >=1.0 && <2.0
-    , text >=1.1 && <1.3
+    , text >=1.1 && <2.1
   if impl(ghc >= 8.4.1)
     ghc-options: -Wpartial-fields
   default-language: Haskell2010
revision 4
 
 name:           conferer
 version:        1.1.0.0
-x-revision: 3
+x-revision: 4
 synopsis:       Configuration management library
 
 description:    Library to abstract the parsing of many haskell config values from different config sources
     , directory >=1.2 && <2.0
     , filepath >=1.0 && <2.0
     , hspec
-    , text >=1.1 && <1.3
+    , text >=1.1 && <2.1
   if impl(ghc >= 8.4.1)
     ghc-options: -Wpartial-fields
   default-language: Haskell2010
revision 5
 
 name:           conferer
 version:        1.1.0.0
-x-revision: 4
+x-revision: 5
 synopsis:       Configuration management library
 
 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:
       base >=4.3 && <5
-    , bytestring >=0.10 && <0.12
+    , bytestring >=0.10 && <0.13
     , containers >=0.5 && <0.7
     , directory >=1.2 && <2.0
     , filepath >=1.0 && <2.0
-    , text >=1.1 && <2.1
+    , text >=1.1 && <2.2
   if impl(ghc >= 8.4.1)
     ghc-options: -Wpartial-fields
   default-language: Haskell2010
   build-depends:
       QuickCheck
     , base >=4.3 && <5
-    , bytestring >=0.10 && <0.12
+    , bytestring >=0.10 && <0.13
     , conferer
     , containers >=0.5 && <0.7
     , deepseq
     , directory >=1.2 && <2.0
     , filepath >=1.0 && <2.0
     , hspec
-    , text >=1.1 && <2.1
+    , text >=1.1 && <2.2
   if impl(ghc >= 8.4.1)
     ghc-options: -Wpartial-fields
   default-language: Haskell2010
revision 6
 
 name:           conferer
 version:        1.1.0.0
-x-revision: 5
+x-revision: 6
 synopsis:       Configuration management library
 
 description:    Library to abstract the parsing of many haskell config values from different config sources
   build-depends:
       base >=4.3 && <5
     , bytestring >=0.10 && <0.13
-    , containers >=0.5 && <0.7
+    , containers >=0.5 && <0.8
     , directory >=1.2 && <2.0
     , filepath >=1.0 && <2.0
     , text >=1.1 && <2.2
     , base >=4.3 && <5
     , bytestring >=0.10 && <0.13
     , conferer
-    , containers >=0.5 && <0.7
+    , containers >=0.5 && <0.8
     , deepseq
     , directory >=1.2 && <2.0
     , filepath >=1.0 && <2.0