packages feed

llvm-base-types-0.3.0: llvm-base-types.cabal

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

name:                llvm-base-types
version:             0.3.0
synopsis:            The base types for a mostly pure Haskell LLVM analysis library
-- description:
license:             BSD3
license-file:        LICENSE
author:              Tristan Ravitch
maintainer:          travitch@cs.wisc.edu
-- copyright:
category:            Data
build-type:          Simple
cabal-version:       >=1.10
tested-with: GHC == 7.6.3
data-files: src/c++/llvm-base-enums.h
extra-source-files: src/c++/llvm-base-enums.h
                    README.md

library
  default-language: Haskell2010
  build-depends: base == 4.*,
                 hashable >= 1.1.2.0,
                 transformers >= 0.3,
                 graphviz >= 2999.12.0.3,
                 GenericPretty > 1,
                 dwarf, deepseq, vector, failure,
                 text, regex-tdfa, pretty,
                 unordered-containers, containers
  exposed-modules: Data.LLVM.Types,
                   Data.LLVM.Internal.Paths
  other-modules: Paths_llvm_base_types,
                 Data.LLVM.Internal.DataLayout,
                 Data.LLVM.Internal.ForceModule,
                 Data.LLVM.Internal.Printers,
                 Data.LLVM.Types.Dwarf,
                 Data.LLVM.Types.Identifiers,
                 Data.LLVM.Types.Attributes,
                 Data.LLVM.Types.Referential
  build-tools: c2hs
  ghc-options: -Wall -funbox-strict-fields
  ghc-prof-options: -auto-all
  hs-source-dirs: src
  include-dirs: src
  -- other-modules:
  -- build-depends: