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

Commit

Permalink
Point dependencies at 0.17 things
Browse files Browse the repository at this point in the history
  • Loading branch information
process-bot committed Apr 6, 2016
1 parent e96c46d commit bde80bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions elm-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
"exposed-modules": [],
"native-modules": true,
"dependencies": {
"elm-lang/core": "3.0.0 <= v < 4.0.0",
"evancz/elm-effects": "2.0.1 <= v < 3.0.0",
"evancz/elm-html": "4.0.2 <= v < 5.0.0",
"evancz/elm-markdown": "2.0.0 <= v < 3.0.0",
"evancz/elm-svg": "2.0.1 <= v < 3.0.0",
"evancz/start-app": "2.0.2 <= v < 3.0.0"
"elm-lang/core": "4.0.0 <= v < 5.0.0",
"elm-lang/html": "1.0.0 <= v < 2.0.0",
"evancz/elm-markdown": "3.0.0 <= v < 4.0.0"
},
"elm-version": "0.16.0 <= v < 0.17.0"
"elm-version": "0.17.0 <= v < 0.18.0"
}
4 changes: 2 additions & 2 deletions elm-reactor.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: elm-reactor
Version: 0.16
Version: 0.17


Synopsis:
Expand Down Expand Up @@ -66,7 +66,7 @@ Executable elm-reactor
cmdargs,
containers,
directory >= 1.2,
elm-compiler >= 0.16 && < 0.17,
elm-compiler == 0.17,
elm-package,
file-embed,
filepath,
Expand Down

0 comments on commit bde80bb

Please sign in to comment.