name: do-list version: 0.8.1 synopsis: List construction with do notation description: Please see README.md homepage: https://github.com/tserduke/do-list bug-reports: https://github.com/tserduke/do-list/issues license: BSD3 license-file: LICENSE author: Taras Serduke maintainer: taras.serduke@gmail.com copyright: 2016 Taras Serduke category: Data, List stability: provisional build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md changelog.md library hs-source-dirs: src exposed-modules: Data.DoList build-depends: base < 5, dlist default-language: Haskell2010 ghc-options: -Wall executable example hs-source-dirs: example main-is: Bench.hs build-depends: base < 5, criterion, do-list default-language: Haskell2010 ghc-options: -Wall buildable: False test-suite test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Test.hs build-depends: base < 5, do-list, hspec default-language: Haskell2010 ghc-options: -Wall source-repository head type: git location: https://github.com/tserduke/do-list