summaryrefslogtreecommitdiff
path: root/utils/unlit/unlit.cabal
blob: 0707d5d95ae6ed55583a943123e3547948ea21ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
cabal-version: 2.4
Name: unlit
Version: 0.1
Copyright: XXX
License: BSD-3-Clause
Author: XXX
Maintainer: XXX
Synopsis: Literate program filter
Description: XXX
Category: Development
build-type: Simple
extra-source-files: fs.h

Executable unlit
    Default-Language: Haskell2010
    Main-Is: unlit.c
    C-Sources: fs.c
    Includes: fs.h