-- Initial error-loc.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: error-loc version: 0.1.0.0 synopsis: An error replacement with call-site metadata. description: An error replacement with call-site metadata. homepage: https://github.com/joelteon/error-loc license: MIT license-file: LICENSE author: Joel Taylor maintainer: me@joelt.io build-type: Simple cabal-version: >=1.10 category: Utils library exposed-modules: ErrorLoc build-depends: base < 4.8 , template-haskell default-language: Haskell2010 source-repository head type: git location: git://github.com/joelteon/error-loc.git