blob: a621f04bc7b3001322b1846c1099eb9d23029968 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
cabal-version: 2.1
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
Executable unlit
Default-Language: Haskell2010
Main-Is: unlit.c
C-Sources: unlit.c
|