summaryrefslogtreecommitdiff
path: root/utils/touchy/touchy.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'utils/touchy/touchy.cabal')
-rw-r--r--utils/touchy/touchy.cabal16
1 files changed, 16 insertions, 0 deletions
diff --git a/utils/touchy/touchy.cabal b/utils/touchy/touchy.cabal
new file mode 100644
index 0000000000..377051e28b
--- /dev/null
+++ b/utils/touchy/touchy.cabal
@@ -0,0 +1,16 @@
+cabal-version: 2.1
+Name: touchy
+Version: 0.1
+Copyright: XXX
+License: BSD-3-Clause
+Author: XXX
+Maintainer: XXX
+Synopsis: @touch@ for windows
+Description: XXX
+Category: Development
+build-type: Simple
+
+Executable unlit
+ Default-Language: Haskell2010
+ Main-Is: touchy.c
+ C-Sources: touchy.c