Skip to content

Commit 6137b26

Browse files
committed
getXdgDirectory requires directory-1.2.3
1 parent 7844d5a commit 6137b26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stylish-haskell.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Library
5252
base >= 4.8 && < 5,
5353
bytestring >= 0.9 && < 0.11,
5454
containers >= 0.3 && < 0.6,
55-
directory >= 1.1 && < 1.4,
55+
directory >= 1.2.3 && < 1.4,
5656
filepath >= 1.1 && < 1.5,
5757
file-embed >= 0.0.10 && < 0.1,
5858
haskell-src-exts >= 1.18 && < 1.21,
@@ -74,7 +74,7 @@ Executable stylish-haskell
7474
base >= 4.8 && < 5,
7575
bytestring >= 0.9 && < 0.11,
7676
containers >= 0.3 && < 0.6,
77-
directory >= 1.1 && < 1.4,
77+
directory >= 1.2.3 && < 1.4,
7878
filepath >= 1.1 && < 1.5,
7979
file-embed >= 0.0.10 && < 0.1,
8080
haskell-src-exts >= 1.18 && < 1.21,
@@ -121,7 +121,7 @@ Test-suite stylish-haskell-tests
121121
base >= 4.8 && < 5,
122122
bytestring >= 0.9 && < 0.11,
123123
containers >= 0.3 && < 0.6,
124-
directory >= 1.1 && < 1.4,
124+
directory >= 1.2.3 && < 1.4,
125125
filepath >= 1.1 && < 1.5,
126126
file-embed >= 0.0.10 && < 0.1,
127127
haskell-src-exts >= 1.18 && < 1.21,

0 commit comments

Comments
 (0)