Bump version to 0.5.2, regenerate hnix.cabal

This commit is contained in:
John Wiegley 2018-07-19 15:15:25 -07:00
parent 578a3551c9
commit 4fffd51438
No known key found for this signature in database
GPG key ID: C144D8F4F19FE630
2 changed files with 4 additions and 4 deletions

View file

@ -2,10 +2,10 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: c02b22100fbe18f609b79bbbedea56e6b6aa269c65882a3bf2ee2804c2e1d835
-- hash: ba0f61f8a049f6970ff03fd924cfed6fc1251eceb90547c1be8051226c453632
name: hnix
version: 0.5.1
version: 0.5.2
synopsis: Haskell implementation of the Nix language
description: Haskell implementation of the Nix language.
category: System, Data, Nix

View file

@ -1,5 +1,5 @@
name: hnix
version: 0.5.1
version: 0.5.2
synopsis: Haskell implementation of the Nix language
github: haskell-nix/hnix
author: John Wiegley
@ -101,7 +101,7 @@ library:
- ansi-wl-pprint
- array >= 0.4 && < 0.6
- binary
- deriving-compat >= 0.3 && < 0.5
- deriving-compat >= 0.3 && < 0.6
- directory
- http-types
- http-client