name: kansas-lava-shake
version: 0.1.1
synopsis: Shake rules for building Kansas Lava projects
-- description:
license: BSD3
license-file: LICENSE
copyright: (C) 2014 Gergo Erdi
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,
filepath,
directory,
shake,
containers,
text,
hastache
default-language: Haskell2010
other-extensions: RecordWildCards
Ghc-Options: -Werror -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