packages feed

ivory-artifact-0.1.0.5: ivory-artifact.cabal

name:                ivory-artifact
synopsis:            Manage additional data files during Ivory compilation.
description:         Mostly used by other Ivory libraries and backends and typically shouldn't have to be used directly by the user.
version:             0.1.0.5
author:              Galois, Inc.
maintainer:          leepike@galois.com
category:            Language
homepage:            http://ivorylang.org
build-type:          Simple
cabal-version:       >= 1.10
license:             BSD3
license-file:        LICENSE
source-repository    this
  type:     git
  location: https://github.com/GaloisInc/ivory
  tag:      hackage-0.1.0.4

library
  exposed-modules:      Ivory.Artifact,
                        Ivory.Artifact.Template,
                        Ivory.Artifact.Location,
                        Ivory.Artifact.Transformer
  build-depends:        base >= 4.7 && < 5,
                        filepath,
                        directory,
                        text,
                        utf8-string,
                        HStringTemplate
  hs-source-dirs:       src
  default-language:     Haskell2010

  ghc-options:          -Wall