File: data-accessor-mtl.cabal

package info (click to toggle)
haskell-data-accessor-mtl 0.2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 56 kB
  • sloc: haskell: 42; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 968 bytes parent folder | download
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
28
29
Name:             data-accessor-mtl
Version:          0.2.0.3
License:          BSD3
License-File:     LICENSE
Author:           Henning Thielemann <haskell@henning-thielemann.de>
Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>
Homepage:         http://www.haskell.org/haskellwiki/Record_access
Category:         Data
-- Default-Language: Haskell98
Cabal-Version:    >=1.6
Build-Type:       Simple
Tested-With:      GHC==6.8.2, GHC==6.10.4, GHC==6.12.3
Tested-With:      GHC==7.0.1, GHC==7.4.1
Synopsis:         Use Accessor to access state in mtl State monad class
Description:      Use Accessor to access state in mtl State monad class

Source-Repository head
  Type:        darcs
  Location:    http://code.haskell.org/data-accessor/mtl/

Library
  Build-Depends:
    data-accessor >=0.2 && <0.4,
    mtl >=1.0 && <2.2,
    base >=1.0 && <5
  Hs-Source-Dirs:   src
  GHC-Options:      -Wall
  Exposed-Modules:
    Data.Accessor.Monad.MTL.State