diff --git a/bitarray.cabal b/bitarray.cabal new file mode 100644 index 0000000..a771638 --- /dev/null +++ b/bitarray.cabal @@ -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 + diff --git a/ghc-bitarray.changes b/ghc-bitarray.changes index 433bd8f..55cfbe0 100644 --- a/ghc-bitarray.changes +++ b/ghc-bitarray.changes @@ -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 diff --git a/ghc-bitarray.spec b/ghc-bitarray.spec index 4c3c8cc..3ea8db3 100644 --- a/ghc-bitarray.spec +++ b/ghc-bitarray.spec @@ -25,6 +25,7 @@ License: BSD-3-Clause Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{pkg_name} 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-array-devel BuildRequires: ghc-rpm-macros @@ -46,6 +47,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build