mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
27 lines
699 B
Plaintext
27 lines
699 B
Plaintext
cabal-version: >=1.10
|
|
-- Initial package description 'semantic-php.cabal' generated by 'cabal
|
|
-- init'. For further documentation, see
|
|
-- http://haskell.org/cabal/users-guide/
|
|
|
|
name: semantic-php
|
|
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-php
|
|
main-is: Main.hs
|
|
-- other-modules:
|
|
-- other-extensions:
|
|
build-depends: base >=4.13 && <4.14
|
|
-- hs-source-dirs:
|
|
default-language: Haskell2010
|