mirror of https://github.com/voidlizard/hbs2
missed
This commit is contained in:
parent
827be87d1c
commit
c7b9becc6b
|
@ -0,0 +1,13 @@
|
||||||
|
{-# Language ViewPatterns #-}
|
||||||
|
{-# Language PatternSynonyms #-}
|
||||||
|
{-# Language RecordWildCards #-}
|
||||||
|
module Main where
|
||||||
|
|
||||||
|
import HBS2.Prelude.Plated
|
||||||
|
import HBS2.OrDie
|
||||||
|
|
||||||
|
main :: IO ()
|
||||||
|
main = do
|
||||||
|
print "okay"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue