Skip to content
This repository was archived by the owner on Aug 23, 2018. It is now read-only.

Commit 2031f27

Browse files
committed
update all elm-compiler version bounds
1 parent 7a00bee commit 2031f27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elm-package.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Executable elm-package
119119
bytestring >= 0.9 && < 0.11,
120120
containers >= 0.3 && < 0.6,
121121
directory >= 1.0 && < 2.0,
122-
elm-compiler >= 0.13 && < 0.14,
122+
elm-compiler >= 0.14 && < 0.15,
123123
filepath >= 1 && < 2.0,
124124
HTTP >= 4000.2.5 && < 4000.3,
125125
http-client >= 0.3 && < 0.4,
@@ -158,7 +158,7 @@ Test-suite unit-test
158158
bytestring,
159159
containers,
160160
directory,
161-
elm-compiler >= 0.13 && < 0.14,
161+
elm-compiler >= 0.14 && < 0.15,
162162
filepath,
163163
HTTP,
164164
HUnit,

0 commit comments

Comments
 (0)