packages feed

elm-init-0.1.2.0: elm-init.cabal

-- Initial elm-init.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                elm-init
version:             0.1.2.0
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
maintainer:          development@justusadam.com
-- 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


executable elm-init
  main-is:             Main.hs
  -- other-modules:
  -- other-extensions:
  build-depends:
      base >=4.5 && <4.9,
      filepath >= 1.4,
      directory >= 1.2,
      file-embed >= 0.0.8,
      bytestring >= 0.10,
      aeson >= 0.8,
      aeson-pretty >= 0.7,
      text >= 1.2,
      containers >= 0.5
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:
    -Wall

source-repository head
  type:     git
  location: git://github.com/JustusAdam/elm-init.git