Skip to content
Closed
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
4 changes: 2 additions & 2 deletions butcher.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ library
other-modules: UI.Butcher.Monadic.Internal.Types
UI.Butcher.Monadic.Internal.Core
build-depends:
{ base >=4.11 && <4.15
{ base >=4.11 && <4.17
, free < 5.2
, unsafe < 0.1
, microlens <0.5
Expand Down Expand Up @@ -109,7 +109,7 @@ test-suite tests
}
ghc-options: -Wall -rtsopts
main-is: TestMain.hs
other-modules:
other-modules:
hs-source-dirs: src-tests
include-dirs:
srcinc
Expand Down