diff options
-rw-r--r-- | utils/hp2ps/hp2ps.cabal | 22 | ||||
-rw-r--r-- | utils/touchy/touchy.cabal | 16 | ||||
-rw-r--r-- | utils/unlit/unlit.cabal | 16 |
3 files changed, 54 insertions, 0 deletions
diff --git a/utils/hp2ps/hp2ps.cabal b/utils/hp2ps/hp2ps.cabal new file mode 100644 index 0000000000..ba5db04415 --- /dev/null +++ b/utils/hp2ps/hp2ps.cabal @@ -0,0 +1,22 @@ +cabal-version: >=2.1 +Name: hp2ps +Version: 0.1 +Copyright: XXX +License: BSD3 +Author: XXX +Maintainer: XXX +Synopsis: Heap Profile to PostScript converter +Description: XXX +Category: Development +build-type: Simple + +Executable unlit + Default-Language: Haskell2010 + Main-Is: Main.c + extra-libraries: m + C-Sources: + AreaBelow.c Curves.c Error.c Main.c + Reorder.c TopTwenty.c AuxFile.c Deviation.c + HpFile.c Marks.c Scale.c TraceElement.c + Axes.c Dimensions.c Key.c PsFile.c Shade.c + Utilities.c diff --git a/utils/touchy/touchy.cabal b/utils/touchy/touchy.cabal new file mode 100644 index 0000000000..ab025e4e36 --- /dev/null +++ b/utils/touchy/touchy.cabal @@ -0,0 +1,16 @@ +cabal-version: >=2.1 +Name: touchy +Version: 0.1 +Copyright: XXX +License: BSD3 +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 diff --git a/utils/unlit/unlit.cabal b/utils/unlit/unlit.cabal new file mode 100644 index 0000000000..e15a0754f6 --- /dev/null +++ b/utils/unlit/unlit.cabal @@ -0,0 +1,16 @@ +cabal-version: >=2.1 +Name: unlit +Version: 0.1 +Copyright: XXX +License: BSD3 +Author: XXX +Maintainer: XXX +Synopsis: Literate program filter +Description: XXX +Category: Development +build-type: Simple + +Executable unlit + Default-Language: Haskell2010 + Main-Is: unlit.c + C-Sources: unlit.c |