Skip to content

Commit

Permalink
Loosened upper bound for Win32 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgraf812 authored and Gabriella439 committed Jan 18, 2018
1 parent 2468db1 commit 7812599
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions stack-lts-10.yaml
@@ -0,0 +1,2 @@
resolver: lts-10.2
extra-deps: []
2 changes: 1 addition & 1 deletion stack.yaml
@@ -1,3 +1,3 @@
resolver: lts-7.11
resolver: lts-7.24
extra-deps:
- optparse-applicative-0.13.0.0
2 changes: 1 addition & 1 deletion turtle.cabal
Expand Up @@ -73,7 +73,7 @@ Library
optional-args >= 1.0 && < 2.0 ,
unix-compat >= 0.4 && < 0.6
if os(windows)
Build-Depends: Win32 >= 2.2.0.1 && < 2.4
Build-Depends: Win32 >= 2.2.0.1 && < 2.6
else
Build-Depends: unix >= 2.5.1.0 && < 2.8
Exposed-Modules:
Expand Down

0 comments on commit 7812599

Please sign in to comment.