Skip to content

Commit

Permalink
Removed Control.MonadPlus.Free.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Mar 16, 2014
1 parent 9de8434 commit 69e35ad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 306 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Added instances for `MonadWriter` and `MonadCont` where appropriate, thanks to Nickolay Kudasov.
* Added `cutoff`, `iterTM`, and `never`.
* Made modifications to some `Typeable` and `Data` instances to work correctly on both GHC 7.8.1rc1 and 7.8.1rc2.
* Removed `Control.MonadPlus.Free`. Use `FreeT f []` instead.

4.5
-----
Expand Down
1 change: 0 additions & 1 deletion free.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,5 @@ library
Control.Monad.Trans.Free
Control.Monad.Trans.Free.Church
Control.Monad.Trans.Iter
Control.MonadPlus.Free

ghc-options: -Wall
305 changes: 0 additions & 305 deletions src/Control/MonadPlus/Free.hs

This file was deleted.

0 comments on commit 69e35ad

Please sign in to comment.