mirror of
https://github.com/nick8325/quickcheck.git
synced 2024-11-20 11:39:07 +03:00
9 lines
111 B
Plaintext
Executable File
9 lines
111 B
Plaintext
Executable File
#!/usr/bin/env runghc
|
|
|
|
> module Main where
|
|
|
|
> import Distribution.Simple
|
|
|
|
> main :: IO ()
|
|
> main = defaultMain
|