summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs22
1 files changed, 22 insertions, 0 deletions
diff --git a/Setup.hs b/Setup.hs
new file mode 100644
index 0000000..ffea49e
--- /dev/null
+++ b/Setup.hs
@@ -0,0 +1,22 @@
1#! /usr/bin/env runhaskell
2
3{- Copyright © 2007 Magnus Therning
4 -
5 - This file is part of dataenc.
6 -
7 - Dataenc is free software: you can redistribute it and/or modify it under
8 - the terms of the GNU Lesser General Public License as published by the
9 - Free Software Foundation, either version 3 of the License, or (at your
10 - option) any later version.
11 -
12 - Dataenc is distributed in the hope that it will be useful, but WITHOUT
13 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
15 - License for more details.
16 -
17 - You should have received a copy of the GNU Lesser General Public License
18 - along with dataenc. If not, see <http://www.gnu.org/licenses/>
19 -}
20
21import Distribution.Simple
22main = defaultMain