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

Commit

Permalink
Bump to 0.16, move constraints to solve for new stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
process-bot committed Oct 6, 2015
1 parent a8bee5e commit 444a57b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions elm-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"exposed-modules": [],
"native-modules": true,
"dependencies": {
"elm-lang/core": "2.0.0 <= v < 3.0.0",
"evancz/elm-html": "3.0.0 <= v < 4.0.0",
"evancz/elm-markdown": "1.1.4 <= v < 2.0.0"
"elm-lang/core": "3.0.0 <= v < 4.0.0",
"evancz/elm-html": "3.0.0 <= v < 5.0.0",
"evancz/elm-markdown": "1.1.4 <= v < 3.0.0"
},
"elm-version": "0.15.0 <= v < 0.16.0"
"elm-version": "0.16.0 <= v < 0.17.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.3.2
Version: 0.16

Synopsis:
Interactive development tool for Elm programs
Expand Down Expand Up @@ -74,7 +74,7 @@ Executable elm-reactor
bytestring,
cmdargs,
directory >= 1.2,
elm-compiler >= 0.15.1 && < 0.16,
elm-compiler >= 0.16 && < 0.17,
filepath,
fsnotify >= 0.2,
mtl,
Expand Down

0 comments on commit 444a57b

Please sign in to comment.