packages feed

elm-init 1.0.0.1 → 1.0.0.2

raw patch · 2 files changed

+17/−14 lines, 2 files

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2015 justusadam+Copyright (c) 2015 Justus Adam  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
elm-init.cabal view
@@ -2,30 +2,33 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                elm-init-version:             1.0.0.1+version:             1.0.0.2 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'. license:             MIT license-file:        LICENSE-author:              justusadam+author:              Justus Adam maintainer:          dev@justus.science -- copyright: category:            Development build-type:          Simple cabal-version:       >=1.10-extra-source-files:-  resources/Main.elm-  resources/licenses/Apache-  resources/licenses/BSD3-  resources/licenses/LGPL2-  resources/licenses/LGPL3-  resources/licenses/MIT-  resources/licenses/GPLv3-  resources/licenses/GPLv2-  resources/index.html +Data-dir: resources +Data-files:+  Main.elm+  licenses/Apache+  licenses/BSD3+  licenses/LGPL2+  licenses/LGPL3+  licenses/MIT+  licenses/GPLv3+  licenses/GPLv2+  index.html++ executable elm-init   main-is:             Main.hs   other-modules:@@ -57,4 +60,4 @@   type:     git   branch:   master   location: git://github.com/JustusAdam/elm-init.git-  tag:      1.0.0.0+  tag:      1.0.0.2