-- Initial error-list.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: error-list version: 0.1.0.0 synopsis: A useful type for collecting error messages. -- description: homepage: http://github.com/thinkpad20/error-list license: MIT license-file: LICENSE author: Allen Nelson maintainer: ithinkican@gmail.com -- copyright: category: Control build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Control.Exception.ErrorList -- other-modules: other-extensions: LambdaCase, OverloadedStrings, NoMonomorphismRestriction, FlexibleContexts, TypeSynonymInstances, FlexibleInstances, ViewPatterns, NoImplicitPrelude, TypeFamilies build-depends: base >=4.8 && <4.9, mtl, text, text-render hs-source-dirs: src default-language: Haskell2010