22 lines
494 B
Plaintext
22 lines
494 B
Plaintext
|
|
cabal-version: 3.4
|
||
|
|
name: common
|
||
|
|
version: 0.1.0.0
|
||
|
|
license: BSD-3-Clause
|
||
|
|
license-file: LICENSE
|
||
|
|
maintainer: aforemny@posteo.de
|
||
|
|
author: Alexander Foremny
|
||
|
|
build-type: Simple
|
||
|
|
extra-doc-files: CHANGELOG.md
|
||
|
|
|
||
|
|
library
|
||
|
|
exposed-modules: Version
|
||
|
|
hs-source-dirs: src
|
||
|
|
default-language: GHC2021
|
||
|
|
default-extensions: ViewPatterns
|
||
|
|
ghc-options: -Wall
|
||
|
|
build-depends:
|
||
|
|
aeson,
|
||
|
|
base,
|
||
|
|
split,
|
||
|
|
text
|