summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-04-26 08:56:21 -0400
committerAndrew Cady <d@jerkface.net>2016-04-26 08:57:11 -0400
commitf5fb4f27b4e9cecdc3afc2facc8e39717ea20524 (patch)
treec0ba039c0fb8eadfb4c22d9b370df997ff81aa19 /Setup.hs
Initial commitHEADmaster
This is just dataenc-0.14.0.7 from hackage with the upper bound on 'base' changed in dataenc.cabal. I couldn't find a git repo to fork, so I used 'stack unpack'
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