File: monad-unlift.cabal

package info (click to toggle)
haskell-monad-unlift 0.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 80 kB
  • sloc: haskell: 71; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 923 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name:                monad-unlift
version:             0.2.0
synopsis:            Typeclasses for representing monad transformer unlifting
description:         See README.md
homepage:            https://github.com/fpco/monad-unlift
license:             MIT
license-file:        LICENSE
author:              Michael Snoyman
maintainer:          michael@fpcomplete.com
copyright:           FP Complete
category:            Control
build-type:          Simple
extra-source-files:  README.md ChangeLog.md
cabal-version:       >=1.10

library
  exposed-modules:     Control.Monad.Trans.Unlift
  build-depends:       base >= 4.6 && < 5
                     , monad-control >= 1.0 && < 1.1
                     , transformers
                     , transformers-base
                     , constraints
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/fpco/monad-unlift.git