From ef90130c3e1e7620982480613375858859893b4327c7924b648809c766a5c1ef Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 18 Jul 2018 14:41:10 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-monad-control revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=30 --- ghc-monad-control.changes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc-monad-control.changes b/ghc-monad-control.changes index bf217f7..18fb228 100644 --- a/ghc-monad-control.changes +++ b/ghc-monad-control.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 18 14:26:32 UTC 2018 - psimons@suse.com + +- Cosmetic: replace tabs with blanks, strip trailing white space, + and update copyright headers with spec-cleaner. + ------------------------------------------------------------------- Mon May 14 17:02:11 UTC 2018 - psimons@suse.com @@ -65,4 +71,3 @@ Tue Apr 21 19:32:20 UTC 2015 - mimi.vx@gmail.com Sun Oct 6 21:43:23 UTC 2013 - sbahling@suse.com - Initial package - version 0.3.2.1 - From 0bd09bd10d99624367208d46e94cd9ff98f52f43626829a4b60c5ecb96d31cbe Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 20 Jul 2018 16:38:34 +0000 Subject: [PATCH 2/2] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-monad-control revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=31 --- ghc-monad-control.changes | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc-monad-control.changes b/ghc-monad-control.changes index 18fb228..ee34741 100644 --- a/ghc-monad-control.changes +++ b/ghc-monad-control.changes @@ -42,7 +42,6 @@ Thu Apr 7 15:00:08 UTC 2016 - mimi.vx@gmail.com captureT :: (MonadTransControl t, Monad (t m), Monad m) => t m (StT t ()) captureM :: MonadBaseControl b m => m (StM m ()) - ------------------------------------------------------------------- Fri Jan 29 13:23:46 UTC 2016 - mimi.vx@gmail.com