diff options
author | Joris | 2020-01-30 11:35:31 +0000 |
---|---|---|
committer | Joris | 2020-01-30 11:35:31 +0000 |
commit | 960fa7cb7ae4c57d01306f78cd349f3a8337d0ab (patch) | |
tree | 5077cc720525fb025e4dba65a9a8b631862cbcc8 /elm-package.json | |
parent | 14bdbc8c937f5d0b35c61350dba28cb41c3737cd (diff) | |
parent | 6a04e640955051616c3ad0874605830c448f2d75 (diff) |
Merge branch 'with-ghcjs' into 'master'
Use Haskell on the frontend
See merge request guyonvarch/shared-cost!2
Diffstat (limited to 'elm-package.json')
-rw-r--r-- | elm-package.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/elm-package.json b/elm-package.json deleted file mode 100644 index 9f7fcbf..0000000 --- a/elm-package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": "0.0.1", - "summary": "SharedCost", - "repository": "https://github.com/guyonvarch/sharedcost.git", - "license": "GPL-3", - "source-directories": [ "src/client" ], - "exposed-modules": [], - "elm-version": "0.18.0 <= v < 0.19.0", - "dependencies": { - "elm-community/json-extra": "2.1.0 <= v < 3.0.0", - "elm-community/list-extra": "6.0.0 <= v < 7.0.0", - "elm-community/maybe-extra": "4.0.0 <= v < 5.0.0", - "elm-lang/core": "5.1.1 <= v < 6.0.0", - "elm-lang/dom": "1.1.1 <= v < 2.0.0", - "elm-lang/html": "2.0.0 <= v < 3.0.0", - "elm-lang/http": "1.0.0 <= v < 2.0.0", - "elm-lang/mouse": "1.0.1 <= v < 2.0.0", - "elm-lang/navigation": "2.0.1 <= v < 3.0.0", - "elm-lang/svg": "2.0.0 <= v < 3.0.0", - "elm-lang/window": "1.0.1 <= v < 2.0.0", - "etaque/elm-form": "2.0.0 <= v < 3.0.0", - "evancz/url-parser": "2.0.1 <= v < 3.0.0", - "jystic/elm-font-awesome": "2.0.1 <= v < 3.0.0", - "rluiten/elm-date-extra": "8.3.0 <= v < 9.0.0" - } -} |