[ghc-lifted-base] import (#784802)

Jens Petersen petersen at fedoraproject.org
Tue Mar 6 10:24:08 UTC 2012


commit 1fc34f72fb303eb41a4e10718cd900a30179bbac
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Mar 6 19:24:03 2012 +0900

    import (#784802)

 .gitignore           |    1 +
 ghc-lifted-base.spec |   66 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 3 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c4936ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/lifted-base-0.1.0.3.tar.gz
diff --git a/ghc-lifted-base.spec b/ghc-lifted-base.spec
new file mode 100644
index 0000000..11dd5be
--- /dev/null
+++ b/ghc-lifted-base.spec
@@ -0,0 +1,66 @@
+# cabal2spec-0.25.4
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name lifted-base
+
+%global common_summary Lifted IO operations from the base library
+
+%global common_description lifted-base exports IO operations from the base library lifted to any\
+instance of MonadBase or MonadBaseControl.\
+\
+Note that not all modules from base are converted yet.
+
+
+Name:           ghc-%{pkg_name}
+Version:        0.1.0.3
+Release:        1%{?dist}
+Summary:        %{common_summary}
+
+Group:          System Environment/Libraries
+License:        BSD
+# BEGIN cabal2spec
+URL:            http://hackage.haskell.org/package/%{pkg_name}
+Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+ExclusiveArch:  %{ghc_arches}
+BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
+# END cabal2spec
+BuildRequires:  ghc-monad-control-devel
+
+%description
+%{common_description}
+
+
+%prep
+%setup -q -n %{pkg_name}-%{version}
+
+
+%build
+%ghc_lib_build
+
+
+%install
+%ghc_lib_install
+
+
+# devel subpackage
+%ghc_devel_package
+
+%ghc_devel_description
+
+
+%ghc_devel_post_postun
+
+
+%ghc_files
+%doc README.markdown
+
+
+%changelog
+* Thu Jan 26 2012 Jens Petersen <petersen at redhat.com> - 0.1.0.3-1
+- BSD license
+- depends on monad-control
+
+* Thu Jan 26 2012 Fedora Haskell SIG <haskell-devel at lists.fedoraproject.org>
+- spec file template generated by cabal2spec-0.25.4
diff --git a/sources b/sources
index e69de29..ae8b7c8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a66af2f8440ca65997440343102f8a8c  lifted-base-0.1.0.3.tar.gz


More information about the scm-commits mailing list