Hello community, here is the log from the commit of package ghc-STMonadTrans for openSUSE:Factory checked in at 2017-07-05 23:57:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-STMonadTrans (Old) and /work/SRC/openSUSE:Factory/.ghc-STMonadTrans.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-STMonadTrans" Wed Jul 5 23:57:57 2017 rev:4 rq:506796 version:0.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-STMonadTrans/ghc-STMonadTrans.changes 2017-03-14 10:04:17.203580632 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-STMonadTrans.new/ghc-STMonadTrans.changes 2017-07-05 23:57:57.528286062 +0200 @@ -1,0 +2,5 @@ +Mon Jun 19 20:53:31 UTC 2017 - [email protected] + +- Update to version 0.4.3 revision 1. + +------------------------------------------------------------------- New: ---- STMonadTrans.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-STMonadTrans.spec ++++++ --- /var/tmp/diff_new_pack.Gu1MAV/_old 2017-07-05 23:57:58.168195920 +0200 +++ /var/tmp/diff_new_pack.Gu1MAV/_new 2017-07-05 23:57:58.172195356 +0200 @@ -26,6 +26,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-mtl-devel @@ -53,6 +54,7 @@ %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ STMonadTrans.cabal ++++++ name: STMonadTrans version: 0.4.3 x-revision: 1 cabal-version: >= 1.8 license: BSD3 license-file: LICENSE author: Josef Svenningsson maintainer: [email protected] category: Monads build-type: Simple synopsis: A monad transformer version of the ST monad description: A monad transformer version of the ST monad Warning! This monad transformer should not be used with monads that can contain multiple answers, like the list monad. The reason is that the state token will be duplicated across the different answers and this causes Bad Things to happen (such as loss of referential transparency). Safe monads include the monads State, Reader, Writer, Maybe and combinations of their corresponding monad transformers. extra-source-files: changelog.md source-repository head type: git location: https://github.com/josefs/STMonadTrans flag splitBase description: Choose the new smaller, split-up base package. library build-depends: base >= 4.6 if flag(splitBase) build-depends: base >= 3, base < 5, mtl, array else build-depends: base < 3 exposed-modules: Control.Monad.ST.Trans, Control.Monad.ST.Trans.Internal extensions: CPP, MagicHash, UnboxedTuples, Rank2Types, FlexibleInstances, MultiParamTypeClasses, UndecidableInstances Test-Suite foo type: detailed-0.9 hs-source-dirs: test test-module: Test build-depends: STMonadTrans, base, mtl, array, Cabal
