mirror of
https://github.com/github/semantic.git
synced 2024-11-29 11:02:26 +03:00
34 lines
892 B
Plaintext
34 lines
892 B
Plaintext
|
cabal-version: 2.4
|
||
|
-- Initial package description 'semantic-ast.cabal' generated by 'cabal
|
||
|
-- init'. For further documentation, see
|
||
|
-- http://haskell.org/cabal/users-guide/
|
||
|
|
||
|
name: semantic-ast
|
||
|
version: 0.1.0.0
|
||
|
-- synopsis:
|
||
|
-- description:
|
||
|
-- bug-reports:
|
||
|
license: MIT
|
||
|
license-file: LICENSE
|
||
|
author: The Semantic Authors
|
||
|
maintainer: opensource+semantic@github.com
|
||
|
-- copyright:
|
||
|
category: Language
|
||
|
extra-source-files: CHANGELOG.md
|
||
|
|
||
|
library
|
||
|
-- exposed-modules:
|
||
|
-- other-modules:
|
||
|
-- other-extensions:
|
||
|
build-depends: base ^>=4.12.0.0
|
||
|
hs-source-dirs: src
|
||
|
default-language: Haskell2010
|
||
|
|
||
|
executable semantic-ast
|
||
|
main-is: Main.hs
|
||
|
-- other-modules:
|
||
|
-- other-extensions:
|
||
|
build-depends: base ^>=4.12.0.0
|
||
|
hs-source-dirs: src
|
||
|
default-language: Haskell2010
|