Skip to content

Commit

Permalink
Add version ranges to Cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed May 5, 2024
1 parent f425cfc commit bb102d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.hie
/docs
/docs-source/images/pattern.jpg
dist-newstyle
6 changes: 3 additions & 3 deletions tasklite-core/tasklite-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ test-suite tasklite-test
aeson
, base >=4.18 && <5
, hourglass
, hspec
, neat-interpolation
, hspec >=2.11 && <3.0
, neat-interpolation ==0.5.*
, protolude >=0.3
, sqlite-simple
, tasklite-core
Expand Down Expand Up @@ -171,6 +171,6 @@ benchmark tasklite-bench
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wno-orphans -Wredundant-constraints -Wunused-packages
build-depends:
base >=4.18 && <5
, criterion
, criterion >=1.5 && <1.7
, protolude >=0.3
default-language: GHC2021

0 comments on commit bb102d1

Please sign in to comment.