Skip to content

Commit a4c5ef5

Browse files
authored
Fix hackage errors (#158)
1 parent 6615137 commit a4c5ef5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apply-refact.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ executable refactor
105105
default-language: Haskell2010
106106
ghc-options: -Wall -fno-warn-unused-do-bind
107107
build-depends:
108-
, base
108+
, base >=4.16 && <5
109109
, containers
110110
, data-default
111111
, directory
@@ -156,10 +156,11 @@ test-suite test
156156
Refact.Run
157157
Refact.Utils
158158

159+
autogen-modules: Paths_apply_refact
159160
ghc-options: -threaded
160161
default-language: Haskell2010
161162
build-depends:
162-
, base
163+
, base >=4.16 && <5
163164
, containers
164165
, directory
165166
, extra

0 commit comments

Comments
 (0)