summaryrefslogtreecommitdiff
path: root/.gitlab/gen-ci.cabal
blob: 87cdde3d0e510f4009ba525f7fd1d94ebee78049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
cabal-version: 3.0
name:          gen-ci
version:       0.1.0.0
build-type:    Simple

common warnings
  ghc-options: -Wall

executable gen_ci
  import:           warnings
  main-is:          gen_ci.hs
  build-depends:
    , aeson       >=1.8.1
    , base
    , bytestring
    , containers

  default-language: Haskell2010