File: bump-mtl-dependency

package info (click to toggle)
haskell-ltk 0.12.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 312 kB
  • sloc: haskell: 3,698; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 806 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Bump mtl and transformers dependency
Author: Joachim Breitner <nomeata@debian.org>

--- haskell-ltk-0.12.0.0.orig/ltk.cabal
+++ haskell-ltk-0.12.0.0/ltk.cabal
@@ -19,8 +19,8 @@ Library
     build-depends: Cabal >=1.6.0 && <1.15, base >=4.0.0.0 && <4.6,
                containers >=0.2 && <0.5, filepath >=1.1.0 && <1.4,
                glib >=0.10.0 && <0.13, gtk >=0.10.0 && <0.13,
-               mtl >=1.1.0.2 && <2.1, parsec >=3 && <3.2,
-               pretty >=1.0.1.0 && <1.2, transformers >=0.2.2.0 && <0.3
+               mtl >=1.1.0.2 && <2.2, parsec >=2.1.0.1 && <3.2,
+               pretty >=1.0.1.0 && <1.2, transformers >=0.2.2.0 && <0.4
 
     exposed-modules: Default MyMissing Control.Event
                  Graphics.UI.Editor.Basics Graphics.UI.Editor.Composite