Skip to content

Commit 2fb2de0

Browse files
authored
Merge pull request #75 from niteria/master
Relax bounds on aeson and transformers
2 parents f56e9f4 + b447985 commit 2fb2de0

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes
22
=======
33

4+
Version 0.7.0
5+
-------------
6+
7+
* Relax bounds on aeson
8+
* Relax bounds on transformers
9+
410
Version 0.6.0
511
-------------
612

haskell-names.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Name: haskell-names
2-
Version: 0.6.0
2+
Version: 0.7.0
33
License: BSD3
44
Author: Philipp Schuster, Roman Cheplyaka, Lennart Augustsson
55
Maintainer: Philipp Schuster
66
Category: Language
77
Synopsis: Name resolution library for Haskell
88
Description:
9-
This package takes modules parsed with `haskell-src-exts`, resolves used names and annotates the parsed module with scoping information.
9+
This package takes modules parsed with `haskell-src-exts`, resolves used names and annotates the parsed module with scoping information.
1010
Homepage: http://documentup.com/haskell-suite/haskell-names
1111
Stability: Experimental
1212
Build-Type: Simple
@@ -236,11 +236,11 @@ Library
236236
base >= 4 && < 5
237237
, haskell-src-exts >= 1.17 && < 1.18
238238
, mtl >= 2.2.1 && < 2.3
239-
, transformers >=0.4.2.0 && < 0.5
239+
, transformers >=0.4.2.0 && < 0.6
240240
, filepath >= 1.1 && < 1.5
241241
, containers >= 0.2 && < 0.6
242242
, uniplate >= 1.5.1 && < 1.7
243-
, aeson >= 0.8.0.2 && < 0.11
243+
, aeson >= 0.8.0.2 && < 0.12
244244
, bytestring >= 0.10.4.0 && < 0.11
245245
, data-lens-light >= 0.1.2.1 && < 0.2
246246
, traverse-with-class >= 0.2.0.3 && < 0.3

0 commit comments

Comments
 (0)