gdritter repos s-cargot / 3cbbd50
Renamed cabal file to new library name Getty Ritter 9 years ago
1 changed file(s) with 21 addition(s) and 0 deletion(s). Collapse all Expand all
1 name: s-cargot
2 version: 0.1.0.0
3 -- synopsis:
4 -- description:
5 license: BSD3
6 license-file: LICENSE
7 author: Getty Ritter
8 maintainer: gdritter@galois.com
9 -- copyright:
10 category: Data
11 build-type: Simple
12 -- extra-source-files:
13 cabal-version: >=1.10
14
15 library
16 -- exposed-modules:
17 -- other-modules:
18 -- other-extensions:
19 build-depends: base >=4.7 && <4.8
20 -- hs-source-dirs:
21 default-language: Haskell2012