Hello community,

here is the log from the commit of package ghc-bitarray for openSUSE:Factory 
checked in at 2017-07-05 23:58:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-bitarray (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-bitarray.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-bitarray"

Wed Jul  5 23:58:19 2017 rev:2 rq:506800 version:0.0.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-bitarray/ghc-bitarray.changes        
2017-04-12 18:05:17.090699021 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-bitarray.new/ghc-bitarray.changes   
2017-07-05 23:58:19.545184566 +0200
@@ -1,0 +2,5 @@
+Mon Jun 19 20:51:56 UTC 2017 - [email protected]
+
+- Update to version 0.0.1.1 revision 1.
+
+-------------------------------------------------------------------

New:
----
  bitarray.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-bitarray.spec ++++++
--- /var/tmp/diff_new_pack.rUNGr9/_old  2017-07-05 23:58:20.113104563 +0200
+++ /var/tmp/diff_new_pack.rUNGr9/_new  2017-07-05 23:58:20.113104563 +0200
@@ -25,6 +25,7 @@
 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 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ bitarray.cabal ++++++
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
    

Reply via email to