Skip to content

Commit

Permalink
Fix cabal check
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed Nov 27, 2024
1 parent 63c9dc0 commit 382c16f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions shrun.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ extra-source-files:
cabal.ghc982.project
cabal.ghc982.project.freeze
cabal.project
CHANGELOG.md
configuration.md
documentation/*.md
examples/*.toml
examples/bashrc
examples/demo.gif
faq.md
LICENSE
README.md
test/functional/scripts/*.sh
test/integration/toml/*.toml
test/integration/toml/osx/*.toml

extra-doc-files: CHANGELOG.md

source-repository head
type: git
location: https://github.com/tbidne/shrun
Expand Down Expand Up @@ -168,7 +168,7 @@ library shrun-verifier
exposed-modules: Test.Shrun.Verifier
build-depends:
, base
, tasty-hunit
, tasty-hunit >=0.9 && <0.11
, text

hs-source-dirs: test/verifier
Expand Down Expand Up @@ -216,7 +216,7 @@ test-suite unit
, si-bytes
, tasty >=1.1.0.3 && <1.6
, tasty-hedgehog >=1.2.0.0 && <1.5
, tasty-hunit >=0.9 && <0.11
, tasty-hunit
, text
, time >=1.9.3 && <1.15
, unordered-containers
Expand Down

0 comments on commit 382c16f

Please sign in to comment.