Skip to content

Commit

Permalink
closes #1: adjust cabal base version
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemileswinter committed Jul 5, 2022
1 parent e59bbb1 commit 011d955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interval-tree-clock.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ source-repository head
library
default-language: Haskell2010
hs-source-dirs: src
build-depends: base ^>=4.14.3.0
build-depends: base >=4.14 && < 5
exposed-modules: Data.Clock.IntervalTree
, Data.Clock.IntervalTree.Format
ghc-options: -Wall
Expand Down

0 comments on commit 011d955

Please # to comment.