-- Initial language-c99-util.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: language-c99-util version: 0.1.1 x-revision: 1 synopsis: Utilities for language-c99. description: This library contains a number of utility functions and wrappers for the 'language-c99' package. For an actual high-level approach to writing C99 programs, see 'language-c99-simple'. license: MIT license-file: LICENSE author: Frank Dedden maintainer: Frank Dedden -- copyright: category: Language build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 source-repository head type: git location: git://github.com:fdedden/language-c99-util.git library exposed-modules: Language.C99.Util other-modules: Language.C99.Util.Wrap, Language.C99.Util.IsList, Language.C99.Util.Expr -- other-extensions: build-depends: base >=4.9 && <4.16, language-c99 >= 0.1 && < 0.2 hs-source-dirs: src default-language: Haskell2010