Skip to content

Commit c8392fd

Browse files
committed
Allow email-validate >=2.0 && < 2.3 (commercialhaskell/stackage#1133)
1 parent 3859197 commit c8392fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ library
205205
, word8
206206
, hastache
207207
, project-template >= 0.2
208-
, email-validate >=2.0
208+
, email-validate >=2.0 && < 2.3
209209
, uuid
210210
if os(windows)
211211
cpp-options: -DWINDOWS

0 commit comments

Comments
 (0)