Bump version number to 0.3.4.0. Solves fpco/stackage#2693

This commit is contained in:
Leza Lutonda 2017-08-01 15:42:04 +01:00
parent 94266dd970
commit 9bb3c2299f
2 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,5 @@ language: haskell
matrix:
fast_finish: true
include:
- ghc: 8.2
- ghc: 8.0
- ghc: 7.10
- ghc: 7.8

View File

@ -1,6 +1,6 @@
name: HaskellNet-SSL
synopsis: Helpers to connect to SSL/TLS mail servers with HaskellNet
version: 0.3.3.0
version: 0.3.4.0
description: This package ties together the HaskellNet and connection
packages to make it easy to open IMAP and SMTP connections
over SSL.