blob: cc471669c6b0c1238dc0be92a86193af1d42099d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/snap-templates.cabal
+++ b/snap-templates.cabal
@@ -67,7 +67,7 @@
base >= 4 && < 5,
bytestring >= 0.9.1 && < 0.11,
containers >= 0.3 && < 0.6,
- directory >= 1.0 && < 1.3,
+ directory >= 1.0 && < 1.4,
directory-tree >= 0.11 && < 0.13,
filepath >= 1.1 && < 1.5,
-- Blacklist bad versions of hashable
|