Third-party Slackware packages built with slackrepo on Slackware64-current. Use at your own risk. All packages are signed with my GPG key.
| Name | Last modified | Size | |
|---|---|---|---|
| Parent Directory | - | ||
| haskell-monad-control-1.0.2.3-x86_64-1_danix.dep | 2026-07-13 13:23 | 58 | |
| haskell-monad-control-1.0.2.3-x86_64-1_danix.txz.md5 | 2026-07-13 13:23 | 83 | |
| haskell-monad-control-1.0.2.3-x86_64-1_danix.txz.sha256 | 2026-07-13 13:23 | 115 | |
| haskell-monad-control-1.0.2.3-x86_64-1_danix.txt | 2026-07-13 13:23 | 649 | |
| haskell-monad-control-1.0.2.3-x86_64-1_danix.txz.asc | 2026-07-13 14:43 | 870 | |
| haskell-monad-control-1.0.2.3-x86_64-1_danix.meta | 2026-07-13 13:23 | 901 | |
| haskell-monad-control-1.0.2.3-x86_64-1_danix.lst | 2026-07-13 13:23 | 3.7K | |
| haskell-monad-control-1.0.2.3-x86_64-1_danix.txz | 2026-07-13 13:23 | 96K | |
haskell-monad-control (Lift control ops through monad transformers)
This package defines the type class MonadBaseControl, a subset of
MonadBase into which generic control operations such as catch can be
lifted from IO or any other base monad. Instances are based on monad
transformers in MonadTransControl, which includes all standard monad
transformers in the transformers library except ContT.