diff options
author | Csaba Hruska <csaba.hruska@gmail.com> | 2016-02-04 14:43:43 +0100 |
---|---|---|
committer | Csaba Hruska <csaba.hruska@gmail.com> | 2016-02-04 14:43:43 +0100 |
commit | fcfb944f77be9b6c23fac9d78e4fd47f4b264e89 (patch) | |
tree | eb65a4fe67b96341540463f3cd72026f07ca5c44 /examples/Setup.hs | |
parent | 580d3fb560f31e22d3040fe80642fbaea1e3a4d4 (diff) |
simplify example build process
Diffstat (limited to 'examples/Setup.hs')
-rw-r--r-- | examples/Setup.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/Setup.hs b/examples/Setup.hs deleted file mode 100644 index 9a994af..0000000 --- a/examples/Setup.hs +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | import Distribution.Simple | ||
2 | main = defaultMain | ||