Skip to content

Commit

Permalink
1.0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycollins committed Sep 18, 2020
1 parent a4e189b commit ed243a7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,6 @@ matrix:
- compiler: "ghc-8.0.2"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.0.2], sources: [hvr-ghc]}}
- compiler: "ghc-7.10.3"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-7.10.3], sources: [hvr-ghc]}}
- 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]}}
- compiler: "ghc-7.4.2"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-7.4.2], sources: [hvr-ghc]}}

before_install:
- HC=${CC}
Expand Down
10 changes: 7 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [UNRELEASED] 1.0.0.0
### Added
### Removed
## 1.0.0.2

Updates for GHC 8.10

## 1.0.0.0

Initial version

10 changes: 5 additions & 5 deletions snap-loader-dynamic.cabal
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: snap-loader-dynamic
version: 1.0.0.1
version: 1.0.0.2
synopsis: Snap dynamic loader
description: Snap Framework dynamic code loader for development mode
license: BSD3
license-file: LICENSE
author: Carl Howells
maintainer: snap@snapframework.com
build-type: Simple
cabal-version: >= 1.8
cabal-version: >= 1.10
homepage: http://snapframework.com/
category: Web, Snap
Tested-With: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3,
GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.2
Tested-With: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.2

extra-source-files:
CONTRIBUTORS,
Expand All @@ -20,6 +19,7 @@ extra-source-files:
README.SNAP.md

Library
default-language: Haskell2010
hs-source-dirs: src

exposed-modules:
Expand Down Expand Up @@ -57,7 +57,7 @@ Library
build-depends:
unix >= 2.2.0.0 && < 2.8

extensions: CPP
default-extensions: CPP

if impl(ghc >= 6.12.0)
ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
Expand Down

0 comments on commit ed243a7

Please sign in to comment.