Skip to content

Commit 3d65a49

Browse files
committed
Relaxed directory bounds.
1 parent 2588bee commit 3d65a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RegistryProcessor/RegistryProcessor.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ executable RegistryProcessor
2020
base >= 4 && < 5,
2121
containers >= 0.3 && < 0.6,
2222
hxt >= 9.3 && < 9.4,
23-
directory >= 1.0 && < 1.3,
23+
directory >= 1.0 && < 1.4,
2424
filepath >= 1.0 && < 1.5,
2525
pretty >= 1.1 && < 1.2
2626
hs-source-dirs: src

0 commit comments

Comments
 (0)