Skip to content

Commit

Permalink
Merge pull request #5 from alasconnect/version-bump-and-travisci-ghc
Browse files Browse the repository at this point in the history
Version bump and TravisCI GHC
  • Loading branch information
Brian Jones committed Jun 9, 2020
2 parents 1a4526a + a9b29ba commit 854cf0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,7 @@ matrix:
- ghc: 8.2.2
- ghc: 8.4.4
- ghc: 8.6.5
- ghc: 8.8.2

install:
- cabal update
Expand Down
3 changes: 2 additions & 1 deletion ldap-client.cabal
@@ -1,5 +1,5 @@
name: ldap-client
version: 0.4.0
version: 0.4.1
synopsis: Pure Haskell LDAP Client Library
description:
Pure Haskell LDAP client library implementing (the parts of) RFC 4511.
Expand All @@ -17,6 +17,7 @@ tested-with:
, GHC == 8.2.2
, GHC == 8.4.4
, GHC == 8.6.5
, GHC == 8.8.2
extra-source-files:
README.md
CHANGELOG.md
Expand Down

0 comments on commit 854cf0e

Please sign in to comment.