Skip to content

Commit 5a8b1eb

Browse files
committed
[hs-llvm-calc] tmp
1 parent 34ca1e9 commit 5a8b1eb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

hs-llvm-calc/hs-llvm-calc.cabal

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 25a1fca31fbd72bc2971111b55752787648ff1232c5fd0c1232922c3f356990c
7+
-- hash: 0b9845b80b4eed1b2a43290e4d29dc5bec5afee7e04267c1545dd11dfc200146
88

99
name: hs-llvm-calc
1010
version: 0.1.0.0
@@ -27,6 +27,7 @@ source-repository head
2727

2828
library
2929
exposed-modules:
30+
Calc.Compile
3031
Calc.Expr
3132
Calc.Parse
3233
Calc.Pretty

hs-llvm-calc/src/Calc/Compile.hs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module Calc.Compile where
2+
3+
import LLVM.AST as AST
4+
import LLVM.AST.Type as Type

0 commit comments

Comments
 (0)