mirror of
https://github.com/ilyakooo0/streamly.git
synced 2024-11-14 04:18:03 +03:00
624158d678
Should use cabal-docspec instead.
7 lines
114 B
Haskell
7 lines
114 B
Haskell
module Main (main) where
|
|
|
|
import Distribution.Simple
|
|
|
|
main :: IO ()
|
|
main = defaultMainWithHooks autoconfUserHooks
|