Skip to content
Merged
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
5 changes: 3 additions & 2 deletions apply-refact.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ executable refactor
default-language: Haskell2010
ghc-options: -Wall -fno-warn-unused-do-bind
build-depends:
, base
, base >=4.16 && <5
, containers
, data-default
, directory
Expand Down Expand Up @@ -156,10 +156,11 @@ test-suite test
Refact.Run
Refact.Utils

autogen-modules: Paths_apply_refact
ghc-options: -threaded
default-language: Haskell2010
build-depends:
, base
, base >=4.16 && <5
, containers
, directory
, extra
Expand Down
Loading