cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: safe-coloured-text version: 0.1.0.0 synopsis: Safely output coloured text category: User Interfaces homepage: https://github.com/NorfairKing/safe-coloured-text#readme bug-reports: https://github.com/NorfairKing/safe-coloured-text/issues author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu copyright: Copyright (c) 2020 Tom Sydney Kerckhove license: MIT license-file: LICENSE build-type: Simple source-repository head type: git location: https://github.com/NorfairKing/safe-coloured-text library exposed-modules: Text.Colour Text.Colour.Capabilities Text.Colour.Chunk Text.Colour.Code other-modules: Paths_safe_coloured_text hs-source-dirs: src build-depends: base >=4.7 && <5 , bytestring , text , validity , validity-bytestring , validity-text default-language: Haskell2010