packages feed

data-lens-ixset-0.1.0: data-lens-ixset.cabal

Name          : data-lens-ixset
Version       : 0.1.0
Synopsis      : A Lens for IxSet
Description   : Integrates Data.IxSet with Data.Lens.
Homepage      : https://github.com/dag/data-lens-ixset
License       : BSD3
License-file  : LICENSE
Author        : Dag Odenhall
Maintainer    : dag.odenhall@gmail.com
Category      : Control, Comonad, Data Structures
Build-type    : Simple
Cabal-version : >= 1.6

Source-repository head
  Type     : git
  Location : git://github.com/dag/data-lens-ixset.git

Library
  GHC-Options     : -Wall
  Exposed-modules : Data.Lens.IxSet
  Build-depends   : base >= 4 && < 5,
                    data-lens >= 2.0 && < 2.1,
                    ixset >= 1.0 && < 1.1

Executable test-data-lens-ixset
  GHC-Options   : -Wall
  Main-is       : test-data-lens-ixset.hs
  Build-depends : QuickCheck >= 2.4 && < 2.5