Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions rapid.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ source-repository head

library
build-depends:
async >= 2.1 && < 2.3,
base >= 4.8 && < 4.20,
containers >= 0.5 && < 0.8,
async >= 2.1 && < 3,
base >= 4.8 && < 5,
containers >= 0.5 && < 1,
foreign-store == 0.2.*,
stm >= 2.4 && < 2.7
stm >= 2.4 && < 3
default-language: Haskell2010
ghc-options: -W
exposed-modules:
Expand Down