summaryrefslogtreecommitdiff
path: root/gix.hs
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-04-08 09:14:27 -0400
committerJoe Crayne <joe@jerkface.net>2019-04-08 09:14:27 -0400
commit0249b468e8b37257278c002ce5a564063aa62b24 (patch)
tree431bf32587583050795a38c991a2e3e7c16df9e0 /gix.hs
parentfd26f9526d4208359b40c8acbf5693b4bf57a1f6 (diff)
Switch from ugly Lambda2 to more elegant LambdaHello.
Diffstat (limited to 'gix.hs')
-rw-r--r--gix.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/gix.hs b/gix.hs
index 2dd753a..dd6e303 100644
--- a/gix.hs
+++ b/gix.hs
@@ -11,8 +11,8 @@ import Data.GI.Base.GType
11import Foreign.Ptr 11import Foreign.Ptr
12 12
13-- import Triangle as R 13-- import Triangle as R
14-- import LambdaHello as R 14-- import Lambda2 as R
15import Lambda2 as R 15import LambdaHello as R
16 16
17 17
18main = do 18main = do