diff --git a/packages/aeson/conferer-aeson.cabal b/packages/aeson/conferer-aeson.cabal index 59806d9..c213f89 100644 --- a/packages/aeson/conferer-aeson.cabal +++ b/packages/aeson/conferer-aeson.cabal @@ -1,6 +1,6 @@ cabal-version: 1.18 --- This file has been generated from package.yaml by hpack version 0.35.2. +-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack @@ -42,10 +42,10 @@ library build-depends: aeson >=0.10 && <2.3 , base >=4.3 && <5 - , bytestring >=0.10 && <0.12 + , 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 default-language: Haskell2010 @@ -73,12 +73,12 @@ test-suite specs aeson >=0.10 && <2.3 , aeson-qq , base >=4.3 && <5 - , bytestring >=0.10 && <0.12 + , 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 default-language: Haskell2010 diff --git a/packages/aeson/package.yaml b/packages/aeson/package.yaml index e04d7f2..cd50a82 100644 --- a/packages/aeson/package.yaml +++ b/packages/aeson/package.yaml @@ -12,8 +12,8 @@ _common/lib: !include ../../utils/package.common.yaml dependencies: - base >= 4.3 && < 5 - conferer >= 1.1.0.0 && < 2.0.0.0 - - bytestring >= 0.10 && < 0.12 - - text >= 1.1 && < 2.1 + - bytestring >= 0.10 && < 0.13 + - text >= 1.1 && < 2.2 - directory >= 1.2 && < 2.0 # json diff --git a/packages/conferer/conferer.cabal b/packages/conferer/conferer.cabal index 3aec93a..7e3aec5 100644 --- a/packages/conferer/conferer.cabal +++ b/packages/conferer/conferer.cabal @@ -1,6 +1,6 @@ cabal-version: 1.18 --- This file has been generated from package.yaml by hpack version 0.35.1. +-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack @@ -59,11 +59,11 @@ library 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 default-language: Haskell2010 if impl(ghc >= 8.4.1) ghc-options: -Wpartial-fields @@ -104,14 +104,14 @@ test-suite specs 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 default-language: Haskell2010 if impl(ghc >= 8.4.1) ghc-options: -Wpartial-fields diff --git a/packages/conferer/package.yaml b/packages/conferer/package.yaml index b3b06df..f091070 100644 --- a/packages/conferer/package.yaml +++ b/packages/conferer/package.yaml @@ -12,8 +12,8 @@ _common/lib: !include ../../utils/package.common.yaml dependencies: - base >= 4.3 && < 5 - containers >= 0.5 && < 0.7 - - bytestring >= 0.10 && < 0.12 - - text >= 1.1 && < 2.1 + - bytestring >= 0.10 && < 0.13 + - text >= 1.1 && < 2.2 - directory >= 1.2 && < 2.0 - filepath >= 1.0 && < 2.0 diff --git a/packages/dhall/conferer-dhall.cabal b/packages/dhall/conferer-dhall.cabal index 8e78913..563e7be 100644 --- a/packages/dhall/conferer-dhall.cabal +++ b/packages/dhall/conferer-dhall.cabal @@ -1,6 +1,6 @@ cabal-version: 1.18 --- This file has been generated from package.yaml by hpack version 0.35.1. +-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack @@ -40,13 +40,13 @@ library 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 , conferer >=1.1.0.0 && <2.0.0.0 , conferer-aeson >=1.1.0.0 && <2.0.0.0 , dhall >=1.8 && <2.0 , dhall-json >=1.0 && <2.0 , directory >=1.2 && <2.0 - , text >=1.1 && <2.1 + , text >=1.1 && <2.2 default-language: Haskell2010 if impl(ghc >= 8.4.1) ghc-options: -Wpartial-fields @@ -68,7 +68,7 @@ test-suite specs ghc-options: -Wall -Wredundant-constraints -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -main-is ConfererDhallSpecMain build-depends: base >=4.3 && <5 - , bytestring >=0.10 && <0.12 + , bytestring >=0.10 && <0.13 , conferer >=1.1.0.0 && <2.0.0.0 , conferer-aeson >=1.1.0.0 && <2.0.0.0 , conferer-dhall @@ -76,7 +76,7 @@ test-suite specs , dhall-json >=1.0 && <2.0 , directory >=1.2 && <2.0 , hspec - , text >=1.1 && <2.1 + , text >=1.1 && <2.2 default-language: Haskell2010 if impl(ghc >= 8.4.1) ghc-options: -Wpartial-fields diff --git a/packages/dhall/package.yaml b/packages/dhall/package.yaml index 8ab8f20..dc753a9 100644 --- a/packages/dhall/package.yaml +++ b/packages/dhall/package.yaml @@ -13,8 +13,8 @@ dependencies: - base >= 4.3 && < 5 - conferer >= 1.1.0.0 && < 2.0.0.0 - conferer-aeson >= 1.1.0.0 && < 2.0.0.0 - - bytestring >= 0.10 && < 0.12 - - text >= 1.1 && < 2.1 + - bytestring >= 0.10 && < 0.13 + - text >= 1.1 && < 2.2 - directory >= 1.2 && < 2.0 - dhall >= 1.8 && < 2.0 - dhall-json >= 1.0 && < 2.0 diff --git a/packages/hedis/conferer-hedis.cabal b/packages/hedis/conferer-hedis.cabal index 7ed1b61..dcc2685 100644 --- a/packages/hedis/conferer-hedis.cabal +++ b/packages/hedis/conferer-hedis.cabal @@ -1,6 +1,6 @@ cabal-version: 1.18 --- This file has been generated from package.yaml by hpack version 0.35.1. +-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack @@ -42,7 +42,7 @@ library base >=4.3 && <5 , conferer >=1.1.0.0 && <2.0.0.0 , hedis >=0.7.0 && <1.0.0 - , text >=1.1 && <2.1 + , text >=1.1 && <2.2 default-language: Haskell2010 if impl(ghc >= 8.4.1) ghc-options: -Wpartial-fields @@ -69,7 +69,7 @@ test-suite specs , conferer-hedis , hedis >=0.7.0 && <1.0.0 , hspec - , text >=1.1 && <2.1 + , text >=1.1 && <2.2 default-language: Haskell2010 if impl(ghc >= 8.4.1) ghc-options: -Wpartial-fields diff --git a/packages/hedis/package.yaml b/packages/hedis/package.yaml index 8eb8fda..e50353b 100644 --- a/packages/hedis/package.yaml +++ b/packages/hedis/package.yaml @@ -12,7 +12,7 @@ _common/lib: !include ../../utils/package.common.yaml dependencies: - base >= 4.3 && < 5 - conferer >= 1.1.0.0 && < 2.0.0.0 - - text >= 1.1 && < 2.1 + - text >= 1.1 && < 2.2 - hedis >= 0.7.0 && < 1.0.0 tests: diff --git a/packages/hspec/conferer-hspec.cabal b/packages/hspec/conferer-hspec.cabal index 7abc2d2..1723ae6 100644 --- a/packages/hspec/conferer-hspec.cabal +++ b/packages/hspec/conferer-hspec.cabal @@ -1,6 +1,6 @@ cabal-version: 1.18 --- This file has been generated from package.yaml by hpack version 0.35.1. +-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack @@ -42,7 +42,7 @@ library base >=4.3 && <5 , conferer >=1.1.0.0 && <2.0.0.0 , hspec-core >=2.0.0 && <2.11.0 - , text >=1.1 && <2.1 + , text >=1.1 && <2.2 default-language: Haskell2010 if impl(ghc >= 8.4.1) ghc-options: -Wpartial-fields @@ -69,7 +69,7 @@ test-suite specs , conferer-hspec , hspec , hspec-core >=2.0.0 && <2.11.0 - , text >=1.1 && <2.1 + , text >=1.1 && <2.2 default-language: Haskell2010 if impl(ghc >= 8.4.1) ghc-options: -Wpartial-fields diff --git a/packages/hspec/package.yaml b/packages/hspec/package.yaml index 72f2b4a..6d8389d 100644 --- a/packages/hspec/package.yaml +++ b/packages/hspec/package.yaml @@ -12,7 +12,7 @@ _common/lib: !include ../../utils/package.common.yaml dependencies: - base >= 4.3 && < 5 - conferer >= 1.1.0.0 && < 2.0.0.0 - - text >= 1.1 && < 2.1 + - text >= 1.1 && < 2.2 - hspec-core >= 2.0.0 && < 2.11.0 tests: diff --git a/packages/snap/conferer-snap.cabal b/packages/snap/conferer-snap.cabal index aeac8b9..6ebbf85 100644 --- a/packages/snap/conferer-snap.cabal +++ b/packages/snap/conferer-snap.cabal @@ -1,6 +1,6 @@ cabal-version: 1.18 --- This file has been generated from package.yaml by hpack version 0.35.1. +-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack @@ -43,7 +43,7 @@ library , conferer >=1.1.0.0 && <2.0.0.0 , snap-core >=1.0 && <2.0 , snap-server >=1.0 && <2.0 - , text >=1.1 && <2.1 + , text >=1.1 && <2.2 default-language: Haskell2010 if impl(ghc >= 8.4.1) ghc-options: -Wpartial-fields @@ -71,7 +71,7 @@ test-suite specs , hspec , snap-core >=1.0 && <2.0 , snap-server >=1.0 && <2.0 - , text >=1.1 && <2.1 + , text >=1.1 && <2.2 default-language: Haskell2010 if impl(ghc >= 8.4.1) ghc-options: -Wpartial-fields diff --git a/packages/snap/package.yaml b/packages/snap/package.yaml index 5e0cf29..c352d09 100644 --- a/packages/snap/package.yaml +++ b/packages/snap/package.yaml @@ -12,7 +12,7 @@ _common/lib: !include ../../utils/package.common.yaml dependencies: - base >= 4.3 && < 5 - conferer >= 1.1.0.0 && < 2.0.0.0 - - text >= 1.1 && < 2.1 + - text >= 1.1 && < 2.2 - snap-server >= 1.0 && < 2.0 - snap-core >= 1.0 && < 2.0 diff --git a/packages/warp/conferer-warp.cabal b/packages/warp/conferer-warp.cabal index 5401b41..5b62fba 100644 --- a/packages/warp/conferer-warp.cabal +++ b/packages/warp/conferer-warp.cabal @@ -1,6 +1,6 @@ cabal-version: 1.18 --- This file has been generated from package.yaml by hpack version 0.35.1. +-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack @@ -42,7 +42,7 @@ library base >=4.3 && <5 , conferer >=1.1.0.0 && <2.0.0.0 , http-types >=0.8.6 && <0.13 - , text >=1.1 && <2.1 + , text >=1.1 && <2.2 , wai >=3.0 && <4.0 , warp >=3.0 && <4.0 default-language: Haskell2010 @@ -71,7 +71,7 @@ test-suite specs , conferer-warp , hspec , http-types >=0.8.6 && <0.13 - , text >=1.1 && <2.1 + , text >=1.1 && <2.2 , wai >=3.0 && <4.0 , warp >=3.0 && <4.0 default-language: Haskell2010 diff --git a/packages/warp/package.yaml b/packages/warp/package.yaml index 10a462d..bc520fe 100644 --- a/packages/warp/package.yaml +++ b/packages/warp/package.yaml @@ -12,7 +12,7 @@ _common/lib: !include ../../utils/package.common.yaml dependencies: - base >= 4.3 && < 5 - conferer >= 1.1.0.0 && < 2.0.0.0 - - text >= 1.1 && < 2.1 + - text >= 1.1 && < 2.2 - warp >= 3.0 && < 4.0 - wai >= 3.0 && < 4.0 - http-types >= 0.8.6 && < 0.13