We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6615137 commit a4c5ef5Copy full SHA for a4c5ef5
apply-refact.cabal
@@ -105,7 +105,7 @@ executable refactor
105
default-language: Haskell2010
106
ghc-options: -Wall -fno-warn-unused-do-bind
107
build-depends:
108
- , base
+ , base >=4.16 && <5
109
, containers
110
, data-default
111
, directory
@@ -156,10 +156,11 @@ test-suite test
156
Refact.Run
157
Refact.Utils
158
159
+ autogen-modules: Paths_apply_refact
160
ghc-options: -threaded
161
162
163
164
165
166
, extra
0 commit comments