File: List.cabal

package info (click to toggle)
haskell-list 0.6.2-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 76 kB
  • sloc: haskell: 314; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (2)
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
Name:                List
Version:             0.6.2
Category:            Control
Synopsis:            List monad transformer and class
Description:
    A List monad transformer and a List class.
    With standard list operations for Lists
License:             BSD3
License-file:        LICENSE
Author:              Yair Chuchem
Maintainer:          yairchu@gmail.com
Homepage:            http://github.com/yairchu/generator
Cabal-Version:       >= 1.2
Stability:           experiemental
Build-type:          Simple
Extra-source-files:  CHANGELOG.md

Library
  hs-Source-Dirs:      src
  Extensions:
  Build-Depends:       base >= 3 && < 5, transformers >= 0.2
  Exposed-modules:     Control.Monad.ListT,
                       Control.Monad.ListT.Funcs,
                       Data.List.Class
  Ghc-Options:         -O2 -Wall