Skip to content

Commit a87fb4f

Browse files
committed
Add Futhark IR module.
Not used for anything, but compiled as part of the Dex compiler.
1 parent 3cbde4c commit a87fb4f

File tree

2 files changed

+1707
-0
lines changed

2 files changed

+1707
-0
lines changed

dex.cabal

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ library
5555
, Core
5656
, Err
5757
, Export
58+
, Futhark.IR
5859
, Generalize
5960
, Imp
6061
, ImpToLLVM
@@ -111,6 +112,7 @@ library
111112
, containers
112113
, cryptonite
113114
, exceptions
115+
, half
114116
, hashable
115117
, llvm-hs
116118
, llvm-hs-pure

0 commit comments

Comments
 (0)