gdritter repos s-cargot / d1f5a0a
...also I always forget to rename things properly Getty Ritter 10 years ago
1 changed file(s) with 0 addition(s) and 24 deletion(s). Collapse all Expand all
+0
-24
s-expression.cabal less more
1 -- Initial s-expression.cabal generated by cabal init. For further
2 -- documentation, see http://haskell.org/cabal/users-guide/
3
4 name: s-expression
5 version: 0.1.0.0
6 -- synopsis:
7 -- description:
8 license: BSD3
9 license-file: LICENSE
10 author: Getty Ritter
11 maintainer: gdritter@galois.com
12 -- copyright:
13 category: Data
14 build-type: Simple
15 -- extra-source-files:
16 cabal-version: >=1.10
17
18 library
19 -- exposed-modules:
20 -- other-modules:
21 -- other-extensions:
22 build-depends: base >=4.7 && <4.8
23 -- hs-source-dirs:
24 default-language: Haskell2012