diff options
Diffstat (limited to 'utils/touchy')
-rw-r--r-- | utils/touchy/touchy.cabal | 16 |
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 |