]> git.pld-linux.org Git - packages/ghc-mtl.git/commitdiff
- up to 2.2.1 master auto/th/ghc-mtl-2.2.1-1
authorJan Palus <atler@pld-linux.org>
Sat, 11 Oct 2014 10:21:18 +0000 (12:21 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 11 Oct 2014 10:21:18 +0000 (12:21 +0200)
- bump required transformers version

ghc-mtl.spec

index 26da32f56d91f0103bf2327d1967eb6090934c8f..4aa247a2d934ea113539eb45e429f173e6924772 100644 (file)
@@ -6,26 +6,26 @@
 Summary:       A Haskell binding to the mtl graphics library
 Summary(pl.UTF-8):     WiÄ…zanie Haskella do biblioteki graficznej mtl
 Name:          ghc-%{pkgname}
-Version:       2.1.2
+Version:       2.2.1
 Release:       1
 License:       BSD
 Group:         Development/Languages
 #Source0Download: http://hackage.haskell.org/package/mtl
 Source0:       http://hackage.haskell.org/package/mtl-%{version}/%{pkgname}-%{version}.tar.gz
-# Source0-md5: 943c110524d96126bfa0e61f7df1ebcd
+# Source0-md5: 96a2f12b94ea8d7cb0aea999cd2e3802
 URL:           http://hackage.haskell.org/package/mtl
 BuildRequires: ghc >= 6.12.3
 BuildRequires: ghc-base < 6
-BuildRequires: ghc-transformers >= 0.3
+BuildRequires: ghc-transformers >= 0.4
 %if %{with prof}
 BuildRequires: ghc-prof >= 6.12.3
 BuildRequires: ghc-base-prof < 6
-BuildRequires: ghc-transformers-prof >= 0.3
+BuildRequires: ghc-transformers-prof >= 0.4
 %endif
 BuildRequires: rpmbuild(macros) >= 1.608
 %requires_eq   ghc
 Requires:      ghc-base < 6
-Requires:      ghc-transformers >= 0.3
+Requires:      ghc-transformers >= 0.4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # debuginfo is not useful for ghc
@@ -55,7 +55,7 @@ Summary(pl.UTF-8):    Biblioteka profilujÄ…ca %{pkgname} dla GHC
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      ghc-base-prof < 6
-Requires:      ghc-transformers-prof >= 0.3
+Requires:      ghc-transformers-prof >= 0.4
 
 %description prof
 Profiling %{pkgname} library for GHC. Should be installed when
This page took 0.124926 seconds and 4 git commands to generate.