Accepting request 506800 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/506800 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-bitarray?expand=0&rev=2
This commit is contained in:
commit
c64606ba7a
32
bitarray.cabal
Normal file
32
bitarray.cabal
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
Name: bitarray
|
||||||
|
Version: 0.0.1.1
|
||||||
|
x-revision: 1
|
||||||
|
Synopsis: Mutable and immutable bit arrays
|
||||||
|
Description: Mutable and immutable bit arrays.
|
||||||
|
License: BSD3
|
||||||
|
License-file: LICENSE
|
||||||
|
Author: Balazs Komuves
|
||||||
|
Copyright: (c) 2009 Balazs Komuves
|
||||||
|
Maintainer: bkomuves (plus) hackage (at) gmail (dot) com
|
||||||
|
Homepage: http://code.haskell.org/~bkomuves/
|
||||||
|
Stability: Experimental
|
||||||
|
Category: Data
|
||||||
|
Tested-With: GHC == 7.8.3
|
||||||
|
Cabal-Version: >= 1.2
|
||||||
|
Build-Type: Simple
|
||||||
|
|
||||||
|
Library
|
||||||
|
Build-Depends: base >= 3 && < 5, array >= 0.5
|
||||||
|
|
||||||
|
Exposed-Modules: Data.BitArray,
|
||||||
|
Data.BitArray.ST,
|
||||||
|
Data.BitArray.IO
|
||||||
|
|
||||||
|
Other-Modules: Data.BitArray.Immutable
|
||||||
|
|
||||||
|
Extensions: CPP
|
||||||
|
|
||||||
|
Hs-Source-Dirs: .
|
||||||
|
|
||||||
|
ghc-options: -Wall -fno-warn-unused-matches
|
||||||
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 19 20:51:56 UTC 2017 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.0.1.1 revision 1.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 12 09:54:13 UTC 2017 - psimons@suse.com
|
Sun Feb 12 09:54:13 UTC 2017 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ License: BSD-3-Clause
|
|||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-array-devel
|
BuildRequires: ghc-array-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
@ -46,6 +47,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
|
cp -p %{SOURCE1} %{pkg_name}.cabal
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
Loading…
Reference in New Issue
Block a user