Skip to content

Commit fcf19f7

Browse files
committed
format .cabal with cabal-gild
1 parent 8a3bf3c commit fcf19f7

1 file changed

Lines changed: 45 additions & 42 deletions

File tree

transformers.cabal

Lines changed: 45 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,62 @@
1-
name: transformers
2-
version: 0.6.3.0
3-
license: BSD3
1+
name: transformers
2+
version: 0.6.3.0
3+
license: BSD3
44
license-file: LICENSE
5-
author: Andy Gill, Ross Paterson
6-
maintainer: Ross Paterson <R.Paterson@city.ac.uk>, Steven Shuck <stevenjshuck@gmail.com>, Benjamin McRae <b.mcrae@outlook.com>
7-
bug-reports: https://github.com/haskell/transformers/issues
8-
category: Control
9-
synopsis: Concrete functor and monad transformers
5+
author: Andy Gill, Ross Paterson
6+
maintainer: Ross Paterson <R.Paterson@city.ac.uk>, Steven Shuck <stevenjshuck@gmail.com>, Benjamin McRae <b.mcrae@outlook.com>
7+
bug-reports: https://github.com/haskell/transformers/issues
8+
category: Control
9+
synopsis: Concrete functor and monad transformers
1010
description:
11-
A portable library of functor and monad transformers, inspired by
12-
the paper
13-
.
14-
* \"Functional Programming with Overloading and Higher-Order
15-
Polymorphism\", by Mark P Jones,
16-
in /Advanced School of Functional Programming/, 1995
17-
(<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>).
18-
.
19-
This package contains:
20-
.
21-
* the monad transformer class (in "Control.Monad.Trans.Class")
22-
.
23-
* concrete functor and monad transformers, each with associated
24-
operations and functions to lift operations associated with other
25-
transformers.
26-
.
27-
The package can be used on its own in portable Haskell code, in
28-
which case operations need to be manually lifted through transformer
29-
stacks (see "Control.Monad.Trans.Class" for some examples).
30-
Alternatively, it can be used with the non-portable monad classes in
31-
the @mtl@ or @monads-tf@ packages, which automatically lift operations
32-
introduced by monad transformers through other transformers.
11+
A portable library of functor and monad transformers, inspired by
12+
the paper
13+
.
14+
* \"Functional Programming with Overloading and Higher-Order
15+
Polymorphism\", by Mark P Jones,
16+
in /Advanced School of Functional Programming/, 1995
17+
(<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>).
18+
.
19+
This package contains:
20+
.
21+
* the monad transformer class (in "Control.Monad.Trans.Class")
22+
.
23+
* concrete functor and monad transformers, each with associated
24+
operations and functions to lift operations associated with other
25+
transformers.
26+
.
27+
The package can be used on its own in portable Haskell code, in
28+
which case operations need to be manually lifted through transformer
29+
stacks (see "Control.Monad.Trans.Class" for some examples).
30+
Alternatively, it can be used with the non-portable monad classes in
31+
the @mtl@ or @monads-tf@ packages, which automatically lift operations
32+
introduced by monad transformers through other transformers.
33+
3334
build-type: Simple
3435
extra-doc-files:
35-
changelog.md
36-
images/bind-AccumT.svg
37-
images/bind-ReaderT.svg
38-
images/bind-WriterT.svg
36+
changelog.md
37+
images/bind-AccumT.svg
38+
images/bind-ReaderT.svg
39+
images/bind-WriterT.svg
40+
3941
cabal-version: 1.18
4042
tested-with:
41-
GHC == 9.14
42-
GHC == 9.12
43-
GHC == 9.10
44-
GHC == 9.8
45-
GHC == 9.2
46-
GHC == 8.10
47-
MHS == 0.15
43+
ghc ==8.10
44+
ghc ==9.10
45+
ghc ==9.12
46+
ghc ==9.14
47+
ghc ==9.2
48+
ghc ==9.8
49+
mhs ==0.15
4850

4951
source-repository head
5052
type: git
5153
location: https://github.com/haskell/transformers.git
5254

5355
library
5456
default-language: Haskell2010
55-
build-depends: base >= 4.14 && < 5
57+
build-depends: base >=4.14 && <5
5658
hs-source-dirs: .
59+
-- cabal-gild: discover
5760
exposed-modules:
5861
Control.Applicative.Backwards
5962
Control.Applicative.Lift

0 commit comments

Comments
 (0)