mirror of
https://github.com/composewell/streamly.git
synced 2024-11-10 12:47:22 +03:00
108300e0c7
We now have a builtin clock access and time arithmetic
7 lines
114 B
Haskell
7 lines
114 B
Haskell
module Main (main) where
|
|
|
|
import Distribution.Simple
|
|
|
|
main :: IO ()
|
|
main = defaultMainWithHooks autoconfUserHooks
|