Accepting request 623717 from devel:languages:haskell

- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.

* Add STM version of all applicable IO functions: waitAnySTM, waitAnyCatchSTM,
        waitEitherSTM, waitEitherCatchSTM, waitEitherSTM_, and waitBothSTM.
* for Haskell Platform 2014.2.0.0
- version required for Haskell Platform 2013.2
- make service localonly for Factory submission
- Initial package generated by cabal2spec

OBS-URL: https://build.opensuse.org/request/show/623717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-async?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2018-07-21 08:19:42 +00:00 committed by Git OBS Bridge
commit 7570368df2

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 18 14:26:13 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
@ -47,7 +53,7 @@ Sun Jan 24 10:10:44 UTC 2016 - mimi.vx@gmail.com
* Add Monoid and Semigroup instances for Concurrently
* Add forConcurrently (flipped version of mapConcurrently)
* Add STM version of all applicable IO functions: waitAnySTM, waitAnyCatchSTM,
waitEitherSTM, waitEitherCatchSTM, waitEitherSTM_, and waitBothSTM.
waitEitherSTM, waitEitherCatchSTM, waitEitherSTM_, and waitBothSTM.
-------------------------------------------------------------------
Mon Apr 13 07:36:06 UTC 2015 - mimi.vx@gmail.com
@ -100,4 +106,3 @@ Sat Nov 17 14:16:42 UTC 2012 - peter.trommler@ohm-hochschule.de
Mon Oct 1 18:45:55 UTC 2012 - peter.trommler@ohm-hochschule.de
- Initial package generated by cabal2spec