Skip to content

Commit 630279e

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

File tree

2 files changed

+1707
-0
lines changed

2 files changed

+1707
-0
lines changed

dex.cabal

Lines changed: 2 additions & 0 deletions
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)