- disable bootstrapping properly (double percent sign!)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=91
This commit is contained in:
parent
84c15f65c7
commit
f5513d77c8
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 27 16:09:31 UTC 2012 - peter.trommler@ohm-hochschule.de
|
||||
|
||||
- disable bootstrapping properly (double percent sign!)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 27 13:08:00 UTC 2012 - peter.trommler@ohm-hochschule.de
|
||||
|
||||
|
19
ghc.spec
19
ghc.spec
@ -17,8 +17,8 @@
|
||||
#
|
||||
|
||||
# To bootstrap a new version of ghc, uncomment the following:
|
||||
#%global ghc_bootstrapping 1
|
||||
#%{?ghc_bootstrap}
|
||||
#%%global ghc_bootstrapping 1
|
||||
#%%{?ghc_bootstrap}
|
||||
%global without_hscolour 1
|
||||
|
||||
%global debug_package %{nil}
|
||||
@ -71,8 +71,21 @@ Patch2: ghc-6.12.1-gen_contents_index-haddock-path.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Haskell is the standard purely functional programming language; the
|
||||
current language version is Haskell 98, agreed in December 1998.
|
||||
|
||||
The Glorious Glasgow Haskell Compiler as published on haskell.org.
|
||||
GHC is a state-of-the-art programming suite for Haskell. Included is
|
||||
an optimising compiler generating good code for a variety of
|
||||
platforms, together with an interactive system for convenient, quick
|
||||
development. The distribution includes space and time profiling
|
||||
facilities, a large collection of libraries, and support for various
|
||||
language extensions, including concurrency, exceptions, and foreign
|
||||
language interfaces (C, C++, etc).
|
||||
|
||||
A wide variety of Haskell related resources (tutorials, libraries,
|
||||
specifications, documentation, compilers, interprbeters, references,
|
||||
contact information, links to research groups) are available from the
|
||||
Haskell home page at <http://www.haskell.org/>.
|
||||
|
||||
%global ghc_version_override %{version}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user