|
1 | 1 | Name: haskell-names |
2 | | -Version: 0.6.0 |
| 2 | +Version: 0.7.0 |
3 | 3 | License: BSD3 |
4 | 4 | Author: Philipp Schuster, Roman Cheplyaka, Lennart Augustsson |
5 | 5 | Maintainer: Philipp Schuster |
6 | 6 | Category: Language |
7 | 7 | Synopsis: Name resolution library for Haskell |
8 | 8 | 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. |
10 | 10 | Homepage: http://documentup.com/haskell-suite/haskell-names |
11 | 11 | Stability: Experimental |
12 | 12 | Build-Type: Simple |
@@ -236,11 +236,11 @@ Library |
236 | 236 | base >= 4 && < 5 |
237 | 237 | , haskell-src-exts >= 1.17 && < 1.18 |
238 | 238 | , mtl >= 2.2.1 && < 2.3 |
239 | | - , transformers >=0.4.2.0 && < 0.5 |
| 239 | + , transformers >=0.4.2.0 && < 0.6 |
240 | 240 | , filepath >= 1.1 && < 1.5 |
241 | 241 | , containers >= 0.2 && < 0.6 |
242 | 242 | , uniplate >= 1.5.1 && < 1.7 |
243 | | - , aeson >= 0.8.0.2 && < 0.11 |
| 243 | + , aeson >= 0.8.0.2 && < 0.12 |
244 | 244 | , bytestring >= 0.10.4.0 && < 0.11 |
245 | 245 | , data-lens-light >= 0.1.2.1 && < 0.2 |
246 | 246 | , traverse-with-class >= 0.2.0.3 && < 0.3 |
|
0 commit comments