Commit Graph

17 Commits

Author SHA256 Message Date
Peter Simons
44b4846907 osc copypac from project:devel:languages:haskell:lts:11 package:ghc-monad-control revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=23
2018-04-02 14:59:53 +00:00
Peter Simons
d86217db04 osc copypac from project:devel:languages:haskell:lts:10 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=22
2018-03-08 02:18:02 +00:00
Peter Simons
408a1b8c30 osc copypac from project:devel:languages:haskell:lts:9 package:ghc-monad-control revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=21
2017-08-17 13:53:19 +00:00
Peter Simons
4e19351982 osc copypac from project:devel:languages:haskell:lts:9 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=20
2017-08-15 14:01:37 +00:00
Peter Simons
b137f34273 osc copypac from project:devel:languages:haskell:lts:9 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=19
2017-08-11 09:00:24 +00:00
Peter Simons
96fb0c35af osc copypac from project:devel:languages:haskell:lts:9 package:ghc-monad-control revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=18
2017-08-05 02:12:06 +00:00
Peter Simons
0c7203674b osc copypac from project:devel:languages:haskell:lts:8 package:ghc-monad-control revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=16
2017-07-13 02:11:03 +00:00
Peter Simons
6dd45f9110 synchronize with lts:8 at 9aa119edf767960b35a1ac0fd859a69489c7c436
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=14
2017-06-21 13:18:58 +00:00
Peter Simons
003ba19c3d synchronize with lts-8 package sett from configuration 0cb270c8d22a0823ab5130d95cc499e186cf864e
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=13
2017-02-22 18:13:34 +00:00
Peter Simons
703d59a9ce Synchronize builds with devel:languages:haskell:lts:7.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=12
2016-10-06 18:27:46 +00:00
1da09d3e56 Accepting request 410224 from devel:languages:haskell:lts:6
See https://lists.opensuse.org/opensuse-haskell/2016-07/msg00000.html for details.

OBS-URL: https://build.opensuse.org/request/show/410224
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=10
2016-07-18 20:13:58 +00:00
10e9df519b Accepting request 387327 from devel:languages:haskell:lts
- update to 1.0.1.0
- removed useless _service
* Added the functions:
  liftThrough
      :: (MonadTransControl t, Monad (t m), Monad m)
      => (m (StT t a) -> m (StT t b)) -- ^
      -> t m a -> t m b
  captureT :: (MonadTransControl t, Monad (t m), Monad m) => t m (StT t ())
  captureM :: MonadBaseControl b m => m (StM m ())

OBS-URL: https://build.opensuse.org/request/show/387327
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=8
2016-04-11 06:57:57 +00:00
347187e90e Accepting request 356945 from devel:languages:haskell:lts
- update to 1.0.0.5
* Support transformers-0.5 & ransformers-compat-0.5.*.

OBS-URL: https://build.opensuse.org/request/show/356945
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=6
2016-01-31 11:11:58 +00:00
Peter Trommler
bf6acba4d2 Accepting request 304897 from devel:languages:haskell:lts
- update to 1.0.0.4
* Support transformers-compat-0.4.*.
* Unconditionally add ExceptT instances using transformers-compat.
  Courtesy of Adam Bergmark.
* Add a base >= 4.5 constraint because monad-control only builds on GHC >= 7.4.
* Use Safe instead of Trustworthy.
    This requires a dependency on stm.
* Switch the associated data types StT and StM to associated type synonyms.
    This is an API breaking change. To fix your MonadTransControl or
    MonadBaseControl instances simply remove the StT or StM constructors
    and deconstructors for your monad transformers or monad.
* Add the embed, embed_ and liftBaseOpDiscard functions.
* Support transformers-0.4.0.0
* Drop unicode syntax and symbols

OBS-URL: https://build.opensuse.org/request/show/304897
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=4
2015-05-04 18:56:53 +00:00
Stephan Kulow
963b179eaf Accepting request 227654 from devel:languages:haskell
New packages for pandoc. See: http://lists.opensuse.org/archive/opensuse-factory/2014-03/msg00341.html

OBS-URL: https://build.opensuse.org/request/show/227654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-monad-control?expand=0&rev=1
2014-04-02 15:19:04 +00:00
Scott Bahling
b3f75cbab0 Remove redundant Requires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=2
2013-10-28 21:33:19 +00:00
Scott Bahling
b37474ce07 osc copypac from project:devel:languages:haskell:pandoc package:ghc-monad-control revision:1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=1
2013-10-28 21:32:38 +00:00