elm-init 1.0.4 → 1.0.5
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- elm-init.cabal +1/−1
- src/Main.hs +1/−1
elm-init.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: elm-init-version: 1.0.4+version: 1.0.5 synopsis: Set up basic structure for an elm project description: Initialize a new empty elm project with some basic scaffolding according to 'https://github.com/evancz/elm-architecture-tutorial'.
src/Main.hs view
@@ -77,7 +77,7 @@ defaultProjectVersion = makeVersion [1, 0, 0] defaultElmVersion ∷ Text-defaultElmVersion = "0.15.0 <= v < 0.16.0"+defaultElmVersion = "0.17.0 <= v < 0.18.0" availableLicenses ∷ [Text] availableLicenses = fst $ unzip standardLicenses