aboutsummaryrefslogtreecommitdiffstats
path: root/common/common.cabal
blob: 738d8be1d075ea45a87f7cc3fed04692426747af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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