packages feed

kansas-lava-shake-0.2.0: kansas-lava-shake.cabal

name:                kansas-lava-shake
version:             0.2.0
synopsis:            Shake rules for building Kansas Lava projects
description:         Shake rules for building Kansas Lava projects. Currently supports the
                     Xilinx FPGA tooling only.
license:             BSD3
license-file:        LICENSE
copyright:           (C) 2014 Gergő Érdi
author:              Gergo Erdi
maintainer:          Gergo Erdi <gergo@erdi.hu>
category:            Development
build-type:          Simple
cabal-version:       >=1.10
extra-source-files:  README.md
data-files:
        ise.template/*.mustache

Library
  hs-source-dirs:      src
  Exposed-modules:
        Development.KansasLava.Shake
        Development.KansasLava.Shake.Xilinx
  Other-modules:
        Paths_kansas_lava_shake
  build-depends:
        base >=4.7 && < 5,
        kansas-lava >=0.2.4 && < 0.2.5,
        shake >= 0.14,
        text,
        hastache >= 0.6 && < 0.7
  default-language:    Haskell2010
  other-extensions:    RecordWildCards
  Ghc-Options:         -fwarn-unused-imports -fwarn-unused-matches
                       -fwarn-unused-binds -fwarn-missing-signatures

source-repository head
  type:     git
  location: git://github.com/gergoerdi/kansas-lava-shake

source-repository this
  type:     git
  location: git://github.com/gergoerdi/kansas-lava-shake
  tag:      0.2.0