From e4a89dceb89f6ae6e87a22a800ebc3c0a90d1df7 Mon Sep 17 00:00:00 2001 From: Henry Till Date: Fri, 1 Mar 2024 11:25:21 -0800 Subject: [PATCH] lens-toml-parser.cabal: adjust constraints --- lens-toml-parser.cabal | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lens-toml-parser.cabal b/lens-toml-parser.cabal index 1d858cb..7ccfa34 100644 --- a/lens-toml-parser.cabal +++ b/lens-toml-parser.cabal @@ -30,11 +30,11 @@ library exposed-modules: Toml.Lens -- other-modules: -- other-extensions: - build-depends: base >=4.8 && <5 - , profunctors >=5.2 && <5.7 - , text - , time - , toml-parser >=2.0 && <2.1 + build-depends: base >=4.14 && <5 + , profunctors >=5.2 && <5.7 + , text >=0.2 && <3 + , time >=1.9 && <1.13 + , toml-parser >=2.0 && <2.1 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall @@ -42,12 +42,12 @@ library test-suite tests type: exitcode-stdio-1.0 main-is: Main.hs - build-depends: base >=4.8 && <5 - , containers >=0.5 && <0.7 - , dwergaz >=0.2 && <0.3 - , lens-family >=2.1 && <2.2 - , text - , toml-parser >=2.0 && <2.1 + build-depends: base >=4.14 && <5 + , containers >=0.5 && <0.8 + , dwergaz >=0.2 && <0.3 + , lens-family >=2.1 && <2.2 + , text >=0.2 && <3 + , toml-parser >=2.0 && <2.1 , lens-toml-parser hs-source-dirs: test default-language: Haskell2010