mirror of https://github.com/voidlizard/hbs2
missed
This commit is contained in:
parent
025492be2d
commit
fd0cebd1d8
|
@ -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