diff --git a/haskell-platform.spec b/haskell-platform.spec index 9cf991c..3e2ce78 100644 --- a/haskell-platform.spec +++ b/haskell-platform.spec @@ -16,6 +16,8 @@ %global HUnit_version 1.3.0.0 %global html_version 1.0.1.2 %global mtl_version 2.2.1 +%global old_locale_version 1.0.0.7 +%global old_time_version 1.1.0.3 %global network_version 2.6.2.1 %global parallel_version 3.2.0.6 %global parsec_version 3.1.9 @@ -40,7 +42,7 @@ %global tf_random_version 0.5 %global transformers_compat_version 0.4.0.4 -%global separate_packages QuickCheck|HTTP|HUnit|alex|cabal-install|happy|html|mtl|network|parallel|parsec|random|regex-base|regex-compat|regex-posix|stm|syb|text|zlib|async|primitive|split|vector|attoparsec|case-insensitive|hashable|unordered-containers|xhtml|hscolour|tf-random|exceptions|transformers-compat|scientific|network-uri +%global separate_packages QuickCheck|HTTP|HUnit|alex|cabal-install|happy|html|mtl|network|parallel|parsec|random|regex-base|regex-compat|regex-posix|stm|syb|text|zlib|async|primitive|split|vector|attoparsec|case-insensitive|hashable|unordered-containers|xhtml|hscolour|tf-random|exceptions|transformers-compat|scientific|network-uri|old-locale|old-time Name: haskell-platform Version: %{upstream_version} @@ -80,6 +82,8 @@ BuildRequires: ghc-HUnit-devel = %{HUnit_version} BuildRequires: ghc-HTTP-devel = %{HTTP_version} BuildRequires: ghc-html-devel = %{html_version} BuildRequires: ghc-mtl-devel = %{mtl_version} +BuildRequires: ghc-old-locale-devel = %{old_locale_version} +BuildRequires: ghc-old-time-devel = %{old_time_version} BuildRequires: ghc-network-devel = %{network_version} BuildRequires: ghc-parallel-devel = %{parallel_version} BuildRequires: ghc-parsec-devel = %{parsec_version} @@ -130,11 +134,10 @@ and tools. It provides a good starting environment for Haskell development. %ghc_lib_subpackage -c mesa-libGLU-devel%{?_isa} GLURaw 1.5.0.2 %ghc_lib_subpackage -c freeglut-devel%{?_isa} GLUT 2.7.0.3 # used by lambdabot-utils +%ghc_lib_subpackage half 0.2.2.1 %ghc_lib_subpackage haskell-src 1.0.2.0 %ghc_lib_subpackage OpenGL 2.13.1.0 %ghc_lib_subpackage -c mesa-libGL-devel%{?_isa} OpenGLRaw 2.6.0.0 -%ghc_lib_subpackage old-locale 1.0.0.7 -%ghc_lib_subpackage old-time 1.1.0.3 %ghc_lib_subpackage multipart 0.1.2 %ghc_lib_subpackage ObjectName 1.1.0.0 %ghc_lib_subpackage StateVar 1.1.0.1 @@ -178,6 +181,9 @@ Requires: ghc-hashable-devel = %{hashable_version} Requires: ghc-unordered-containers-devel = %{unordered_containers_version} # part of HP-2014.2 Requires: ghc-hscolour-devel = %{hscolour_version} +# 7.10.3 +Requires: ghc-old-locale-devel = %{old_locale_version} +Requires: ghc-old-time-devel = %{old_time_version} # added in F17 devel cycle Obsoletes: ghc-haskell-platform < %{version}-%{release} @@ -265,8 +271,9 @@ cd .. %changelog * Mon Jun 6 2016 Jens Petersen - 7.10.3-1 - update to new haskell-platform version 7.10.3: still needs epoch! -- new old-locale old-time multipart ObjectName StateVar subpackages +- new half multipart ObjectName StateVar subpackages - haskell98 dropped and cgi is back +- old-locale and old-time packages added * Wed Feb 03 2016 Fedora Release Engineering - 2014.2.0.0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild