Skip to content

Commit 4694541

Browse files
authored
Remove constraints on library in test component. (#101)
1 parent b2f2f62 commit 4694541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-names.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Test-suite test
282282
run.hs
283283
Build-depends:
284284
base >= 4 && < 5
285-
, haskell-names >= 0.9.0 && < 0.10
285+
, haskell-names
286286
, haskell-src-exts >= 1.18 && < 1.20
287287
, mtl >= 2.2.1 && < 2.3
288288
, filepath >= 1.1 && <1.5

0 commit comments

Comments
 (0)