mirror of
https://github.com/typeable/bloodhound.git
synced 2024-11-26 11:03:10 +03:00
8 lines
106 B
Haskell
Executable File
8 lines
106 B
Haskell
Executable File
#!/usr/bin/env runhaskell
|
|
|
|
module Main where
|
|
import Distribution.Simple
|
|
|
|
main :: IO ()
|
|
main = defaultMain
|