1
1
Derivar 0

Release 0.9.2

Este cometimento está contido em:
Julian Ospald 2018-04-12 02:23:56 +02:00
ascendente ab4137572e
cometimento 09062351f5
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 511B62C09D50CD28
2 ficheiros modificados com 5 adições e 1 eliminações

Ver ficheiro

@ -1,3 +1,7 @@
0.9.2
* fix build with ghc-7.6
* raise required bytestring version
* Tighten base bound to prevent building before GHC 7.6 (by George Wilson)
0.9.1
* fix build with ghc-7.8 and 7.10
0.9.0

Ver ficheiro

@ -1,5 +1,5 @@
name: hpath
version: 0.9.1
version: 0.9.2
synopsis: Support for well-typed paths
description: Support for well-typed paths, utilizing ByteString under the hood.
license: BSD3