Skip to content

Commit

Permalink
lens-toml-parser.cabal: appease cabal check
Browse files Browse the repository at this point in the history
  • Loading branch information
henrytill committed Mar 1, 2024
1 parent 0ac1d09 commit c997908
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lens-toml-parser.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c997908

Please sign in to comment.