mirror of
https://github.com/github/semantic.git
synced 2024-12-18 20:31:55 +03:00
27 lines
712 B
Plaintext
27 lines
712 B
Plaintext
|
cabal-version: >=1.10
|
||
|
-- Initial package description 'semantic-codegen.cabal' generated by 'cabal
|
||
|
-- init'. For further documentation, see
|
||
|
-- http://haskell.org/cabal/users-guide/
|
||
|
|
||
|
name: semantic-codegen
|
||
|
version: 0.1.0.0
|
||
|
-- synopsis:
|
||
|
-- description:
|
||
|
-- bug-reports:
|
||
|
-- license:
|
||
|
license-file: LICENSE
|
||
|
author: Ayman Nadeem
|
||
|
maintainer: aymannadeem@github.com
|
||
|
-- copyright:
|
||
|
-- category:
|
||
|
build-type: Simple
|
||
|
extra-source-files: CHANGELOG.md
|
||
|
|
||
|
executable semantic-codegen
|
||
|
main-is: Main.hs
|
||
|
-- other-modules:
|
||
|
-- other-extensions:
|
||
|
build-depends: base >=4.13 && <4.14
|
||
|
-- hs-source-dirs:
|
||
|
default-language: Haskell2010
|