bump version, adjust resolver and base upper bound

This commit is contained in:
Jost Berthold 2018-01-16 21:48:33 +11:00
parent 18f9928093
commit efa27684ca
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name: packman
version: 0.3.0
version: 0.4.0
synopsis: Serialization library for GHC
description:
@ -68,7 +68,7 @@ library
GHC.Packing.PackException
GHC.Packing.Type
GHC.Packing.Core
build-depends: base >= 4.7 && < 5,
build-depends: base >= 4.7 && < 4.10,
ghc-prim >= 0.3,
array >= 0.5,
binary >= 0.7,

View File

@ -4,7 +4,7 @@ flags:
packages:
- '.'
extra-deps: []
resolver: lts-7.15
resolver: lts-9.21
#docker:
# enable: true