From c997908cc1f6769dc1195f1ba71b651ee70a2b86 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: appease cabal check --- lens-toml-parser.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lens-toml-parser.cabal b/lens-toml-parser.cabal index 1d858cb..f67b420 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.8 && <5 + , profunctors >=5.2 && <5.7 + , text >=2.0 && <2.1 + , time >=1.12 && <1.13 + , toml-parser >=2.0 && <2.1 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall @@ -46,7 +46,7 @@ test-suite tests , containers >=0.5 && <0.7 , dwergaz >=0.2 && <0.3 , lens-family >=2.1 && <2.2 - , text + , text >=2.0 && <2.1 , toml-parser >=2.0 && <2.1 , lens-toml-parser hs-source-dirs: test