~singpolyma/cheogram-sip

f9602b3739abd0bda1efcea5bab8fbf739446a27 — Stephen Paul Weber 2 years ago d2e4c20
Build in CI
2 files changed, 27 insertions(+), 1 deletions(-)

A .builds/debian-stable.yml
M cheogram-sip.cabal
A .builds/debian-stable.yml => .builds/debian-stable.yml +26 -0
@@ 0,0 1,26 @@
image: debian/buster
sources:
- https://git.sr.ht/~singpolyma/cheogram-sip
packages:
- ghc
- cabal-install
- c2hs
- pkg-config
- libgsasl7-dev
- libgnutls28-dev
- libxml2-dev
- libghc-basement-dev
artifacts:
- cheogram-sip/dist/build/gateway/gateway
environment:
  LANG: C.UTF-8
tasks:
- cabal_update: |
    cabal update
- dependencies: |
    cd cheogram-sip
    cabal install --only-dependencies
- test: |
    cd cheogram-sip
    cabal configure
    cabal build

M cheogram-sip.cabal => cheogram-sip.cabal +1 -1
@@ 12,7 12,7 @@ build-type:          Simple
common defs
  default-language:    Haskell2010
  ghc-options:         -Wall -Wno-tabs -Wno-orphans
  build-depends:       base                  >=4.11 && <4.13,
  build-depends:       base                  >=4.11 && <4.14,
                       attoparsec            >=0.13 && <0.14,
                       base64-bytestring,
                       basic-prelude         >=0.7 && <0.8,