You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
If you run elm-make for the first time, and don't approve of the upgrade plan, it claims that it didn't change anything, but It still writes the template elm-package.json.
else liftIO $putStrLn"Okay, I did not change anything!"
drathier@dratq MINGW64 ~
$ mkdir test
drathier@dratq MINGW64 ~
$ cd test
drathier@dratq MINGW64 ~/test (master)
$ elm-make
Some new packages are needed. Here is the upgrade plan.
Install:
elm-lang/core 5.1.1
elm-lang/html 2.0.0
elm-lang/virtual-dom 2.0.4
Do you approve of this plan? [Y/n] n
Could not find package elm-lang/core.
Maybe your elm-stuff/ directory has been corrupted? You can usually fix stuff
like this by deleting elm-stuff/ and rebuilding your project.
Okay, I did not change anything!
drathier@dratq MINGW64 ~/test (master)
$ ls
elm-package.json
drathier@dratq MINGW64 ~/test (master)
$ cat elm-package.json
{
"version": "1.0.0",
"summary": "helpful summary of your project, less than 80 characters",
"repository": "https://github.com/user/project.git",
"license": "BSD3",
"source-directories": [
"."
],
"exposed-modules": [],
"dependencies": {
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}
The text was updated successfully, but these errors were encountered:
If you run elm-make for the first time, and don't approve of the upgrade plan, it claims that it didn't change anything, but It still writes the template elm-package.json.
elm-package/src/Install.hs
Line 78 in 1a364bc
The text was updated successfully, but these errors were encountered: