diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-10-24 01:31:20 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-10-24 01:31:20 +0100 |
commit | a299f108528ed4a8ba038a5c5e9a19768a0e44e0 (patch) | |
tree | 2f4f371d3e1827c7376cd73879dac554c6cac980 /utils/mkUserGuidePart/mkUserGuidePart.cabal | |
parent | a58b2d02e8c9b1ad9d630f6d0e0e01781aa2e278 (diff) | |
download | haskell-a299f108528ed4a8ba038a5c5e9a19768a0e44e0.tar.gz |
Use Cabal to build mkUserGuidePart
Diffstat (limited to 'utils/mkUserGuidePart/mkUserGuidePart.cabal')
-rw-r--r-- | utils/mkUserGuidePart/mkUserGuidePart.cabal | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/utils/mkUserGuidePart/mkUserGuidePart.cabal b/utils/mkUserGuidePart/mkUserGuidePart.cabal new file mode 100644 index 0000000000..3cadaacd47 --- /dev/null +++ b/utils/mkUserGuidePart/mkUserGuidePart.cabal @@ -0,0 +1,18 @@ +Name: mkUserGuidePart +Version: 0.1 +Copyright: XXX +License: BSD3 +-- XXX License-File: LICENSE +-- XXX Author: +-- XXX Maintainer: +Synopsis: XXX +Description: + XXX +build-type: Simple +cabal-version: >=1.2 + +Executable mkUserGuidePart + Main-Is: Main.hs + Build-Depends: base >= 3 && < 5, + ghc + |