25 lines
724 B
Text
25 lines
724 B
Text
cabal-version: 2.4
|
|
-- Initial package description 'matebeamter.cabal' generated by 'cabal
|
|
-- init'. For further documentation, see
|
|
-- http://haskell.org/cabal/users-guide/
|
|
|
|
name: matebeamter
|
|
version: 0.0.0.0
|
|
synopsis: A reference frontent to mateamt
|
|
-- description:
|
|
-- bug-reports:
|
|
license: AGPL-3.0-only
|
|
license-file: LICENSE
|
|
author: nek0
|
|
maintainer: nek0@nek0.eu
|
|
-- copyright:
|
|
category: Web
|
|
extra-source-files: CHANGELOG.md
|
|
|
|
executable matebeamter
|
|
main-is: Main.hs
|
|
-- other-modules:
|
|
-- other-extensions:
|
|
build-depends: base ^>=4.12.0.0
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010
|