Skip to content

Commit

Permalink
hsyslog.cabal: bump version number and declare ghc-8.2.x builds as te…
Browse files Browse the repository at this point in the history
…sted
  • Loading branch information
peti committed Jul 7, 2017
1 parent 20a1317 commit 665cc03
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ matrix:
- compiler: "ghc-8.0.2"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.0.2], sources: [hvr-ghc]}}
- compiler: "ghc-8.2.1"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.2.1], sources: [hvr-ghc]}}

before_install:
- HC=${CC}
Expand Down
14 changes: 7 additions & 7 deletions hsyslog.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hsyslog
version: 5
version: 5.0.1
cabal-version: >= 1.10
build-type: Custom
license: BSD3
Expand All @@ -11,7 +11,7 @@ homepage: http://github.com/peti/hsyslog
bug-reports: http://github.com/peti/hsyslog/issues
synopsis: FFI interface to syslog(3) from POSIX.1-2001
category: Foreign
tested-with: GHC >7.6 && <8.1
tested-with: GHC > 7.6 && < 8.3

extra-source-files:
c-bits/simple-syslog.c
Expand Down Expand Up @@ -58,11 +58,11 @@ library
build-tools: hsc2hs

test-suite doctests
type: exitcode-stdio-1.0
main-is: doctests.hs
hs-source-dirs: test
build-depends: hsyslog, base, doctest
ghc-options: -threaded
type: exitcode-stdio-1.0
main-is: doctests.hs
hs-source-dirs: test
build-depends: hsyslog, base, doctest
ghc-options: -threaded
default-language: Haskell2010

executable hsyslog-example
Expand Down

0 comments on commit 665cc03

Please sign in to comment.