Skip to content

Commit

Permalink
lens-toml-parser.cabal: adjust constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
henrytill committed Mar 1, 2024
1 parent 0ac1d09 commit e4a89dc
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions lens-toml-parser.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@ 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

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
Expand Down

0 comments on commit e4a89dc

Please sign in to comment.