diff options
author | Will Thompson <will@willthompson.co.uk> | 2015-02-10 11:21:19 +0000 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2015-02-10 11:21:19 +0000 |
commit | ea3f2d1d50eda187d1f6d8f447a8c503dd206571 (patch) | |
tree | f2d7f9570e5556579efe0595b7fb68160cdb66db | |
parent | cac0b63c7940157de4839062402a09a4f2df285c (diff) |
travis: no utf-8, really?
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e941d00..31796ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ ghc: before_install: - sudo apt-get update -qq - sudo apt-get install -qq libpcap-dev gtk2hs-buildtools libgtk2.0-dev libcairo2-dev - # Look I know this seems ridiculous but cairo seems to fail to build unless Cabal-the-library ≥1.18 is installed, but not depend on it (?) + # Look I know this seems ridiculous but cairo seems to fail to build unless Cabal-the-library >= 1.18 is installed, but not depend on it (?) - cabal install Cabal |