GHC

lp:~ghc/ghc/packages-transformers-master

Created by Edward Z. Yang and last modified
Get this branch:
bzr branch lp:~ghc/ghc/packages-transformers-master

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
GHC HQ
Project:
GHC
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://git.haskell.org/packages/transformers.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on alnitak and finished taking 2 minutes — see the log
Import started on alnitak and finished taking 15 seconds — see the log
Import started on alnitak and finished taking 20 seconds — see the log
Import started on alnitak and finished taking 15 seconds — see the log

Recent revisions

256. By Ross Paterson <email address hidden>

generalize except (suggested by Simon Hengel)

255. By Herbert V. Riedel

Make compatible with upcoming base-4.13

See also https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail

254. By Ross Paterson <email address hidden>

continuation-passing versions of Writer and RWS by minad (fixes #31)
copied from the writer-cps-transformers package with formatting tweaks

253. By Samuel GĂ©lineau

Fix ReaderT's kind

ReaderT's kind was * -> (k -> *) -> k -> *, but this was clearly a
mistake, since monads have kind (* -> *).

252. By Ross Paterson <email address hidden>

fix doc of Control.Monad.Trans.Except.catchE (fixes #59)

251. By ryan.gl.scott <email address hidden>

Migrate Contravariant instances

These were originally defined in the contravariant library. The
Data.Contravariant module will be moved to base in base-4.12
(GHC 8.6), so this commit moves the corresponding instances to
transformers to accommodate the migration.

250. By Ross Paterson <email address hidden>

add pointer to monadic parser article to example

249. By Ross Paterson <email address hidden>

doc grammar fix (#46)

248. By Ross Paterson <email address hidden>

instance MonadFix m => MonadFix (ListT m)

by M Farkas-Dyck
(but note that ListT is deprecated)

247. By Ross Paterson <email address hidden>

bump minor version number

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers