diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:57:57 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:23 +0700 |
commit | 48e35c780da0dafc793647e8f677e56b09282465 (patch) | |
tree | e4a6f3ab4ea06b13d5119a973c2d5cef8b3eed5d /haskell/haskell-foundation/Setup.hs | |
parent | d10ee76055e35dfd91d174395a413c0cc3f45895 (diff) |
haskell/haskell-foundation: Updated for version 0.0.21.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-foundation/Setup.hs')
-rw-r--r-- | haskell/haskell-foundation/Setup.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/haskell/haskell-foundation/Setup.hs b/haskell/haskell-foundation/Setup.hs new file mode 100644 index 0000000000000..9a994af677b0d --- /dev/null +++ b/haskell/haskell-foundation/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain |