-
Notifications
You must be signed in to change notification settings - Fork 1
/
data-bitcode-plugin.cabal
44 lines (41 loc) · 1.14 KB
/
data-bitcode-plugin.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
-- This file has been generated from package.yaml by hpack version 0.14.1.
--
-- see: https://github.com/sol/hpack
name: data-bitcode-plugin
version: 0.1.0.0
synopsis: bitcode plugin for ghc
category: Code Generation
homepage: https://github.com/angerman/data-bitcode-plugin#readme
bug-reports: https://github.com/angerman/data-bitcode-plugin/issues
author: Moritz Angermann <moritz@lichtzwerge.de>
maintainer: Moritz Angermann <moritz@lichtzwerge.de>
copyright: lichtzwerge GmbH
license: BSD3
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/angerman/data-bitcode-plugin
library
hs-source-dirs:
src
build-depends:
base >= 4.7 && < 5
, pretty >= 1.1
, bytestring >= 0.10
, binary
, base16-bytestring
, ghc
, data-bitcode-edsl
, data-bitcode-llvm
, transformers
, directory
, filepath
exposed-modules:
Cmm.Pretty
Data.BitCode.Hooks
Data.BitCode.LLVM.Gen
Data.BitCode.LLVM.Gen.Monad
Data.BitCode.Plugin
Playground
default-language: Haskell2010