cabal-version: >=1.10 -- Initial package description 'pretty-loc.cabal' generated by 'cabal -- init'. For further documentation, see -- http://haskell.org/cabal/users-guide/ name: pretty-loc version: 0.1.0.1 synopsis: Tracking and highlighting of locations in source files description: A library for manipulating and highlighting locations in source files -- bug-reports: license: BSD3 license-file: LICENSE author: Guerric Chupin maintainer: guerric.chupin@gmail.com -- copyright: category: Data , Diagnostics , Text , Pretty Printer , Compilers/Interpreters build-type: Simple extra-source-files: CHANGELOG.md source-repository head type: git location: https://gitlab.com/chupin/pretty-loc.git library exposed-modules: Data.Text.Prettyprint.Location -- other-modules: -- other-extensions: build-depends: base >=4.11 && <5 , text >= 1.2 && <1.3 hs-source-dirs: src default-language: Haskell2010