1
1
mirror of https://github.com/sdiehl/wiwinwlh.git synced 2024-09-11 12:05:25 +03:00

Fix build script

This commit is contained in:
sdiehl 2020-02-17 06:57:18 +00:00
parent f452ea0893
commit 285901d813
2 changed files with 3 additions and 6 deletions

View File

@ -11,7 +11,7 @@ before_install:
- export PATH=$HOME/.local/bin:$PATH
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
script:
- apt-get install texlive texlive-xetex
- sudo apt-get install texlive texlive-xetex
- stack $ARGS --no-terminal --install-ghc build
- stack $ARGS --no-terminal --install-ghc ghc includes.hs -- -o includes
- stack $ARGS --no-terminal --install-ghc exec make

View File

@ -2,17 +2,14 @@ name: example
version: 0.1
author: Stephen Diehl
maintainer: stephen.m.diehl@gmail.com
copyright: 2016 Stephen Diehl
copyright: 2020 Stephen Diehl
category: Documentation
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 7.6.3
library
default-language: Haskell2010
build-depends:
base >= 4.6 && <4.14,
transformers >= 0.5 && <0.6,
split >= 0.2 && <0.3
default-language: Haskell2010