diff options
author | Csaba Hruska <csaba.hruska@gmail.com> | 2015-09-08 13:06:39 +0200 |
---|---|---|
committer | Csaba Hruska <csaba.hruska@gmail.com> | 2015-09-08 13:06:39 +0200 |
commit | 2bdb09a65437b09fef987142a1ee40c12a01b11e (patch) | |
tree | ff847f4b9f380b70bd75473b9820e833d2680c2f /SampleIR.hs | |
parent | fa8b502a4d336bb5a200a5f7e7953d37659d4c2c (diff) |
fix sample
Diffstat (limited to 'SampleIR.hs')
-rw-r--r-- | SampleIR.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SampleIR.hs b/SampleIR.hs index 3568b38..6feb795 100644 --- a/SampleIR.hs +++ b/SampleIR.hs | |||
@@ -14,6 +14,7 @@ import Text.Show.Pretty hiding (Float) | |||
14 | import Backend.GL as GL | 14 | import Backend.GL as GL |
15 | import Backend.GL.Mesh | 15 | import Backend.GL.Mesh |
16 | import IR as IR | 16 | import IR as IR |
17 | import Linear as IR | ||
17 | 18 | ||
18 | import System.Environment | 19 | import System.Environment |
19 | 20 | ||