diff --git a/ghc-monad-control.changes b/ghc-monad-control.changes index bf217f7..ee34741 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 @@ -36,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 @@ -65,4 +70,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 -