Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ matrix:
- compiler: "ghc-7.8.4"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-7.8.4], sources: [hvr-ghc]}}
- compiler: "ghc-7.6.3"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-7.6.3], sources: [hvr-ghc]}}

before_install:
- HC=${CC}
Expand Down
3 changes: 1 addition & 2 deletions snap-server.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: snap-server
version: 1.1.1.1
version: 1.1.1.2
synopsis: A web server for the Snap Framework
description:
Snap is a simple and fast web development framework and server written in
Expand Down Expand Up @@ -34,7 +34,6 @@ extra-source-files:
testserver/static/hello.txt

tested-with:
GHC==7.6.3,
GHC==7.8.4,
GHC==7.10.3,
GHC==8.0.2,
Expand Down