name: unicode-tricks version: 0.8.0.0 synopsis: Functions to work with unicode blocks more convenient. description: A package that makes rendering of frames, blocks, subscript and superscript more convenient. homepage: https://github.com/hapytex/unicode-tricks#readme license: BSD3 license-file: LICENSE author: Willem Van Onsem maintainer: hapytexeu+gh@gmail.com copyright: 2020 Willem Van Onsem category: utils build-type: Simple extra-source-files: README.md , CHANGELOG.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Data.Char.Block , Data.Char.Braille , Data.Char.Card , Data.Char.Chess , Data.Char.Core , Data.Char.Combining , Data.Char.Dice , Data.Char.Domino , Data.Char.Frame , Data.Char.Math , Data.Char.Number.Duodecimal , Data.Char.Number.Egyptian , Data.Char.Number.Roman , Data.Char.Small build-depends: base >= 4.7 && < 5 , data-default >= 0.2 , QuickCheck >=2.13 && <2.14 , text >=1.1 && <1.3 default-language: Haskell2010 ghc-options: -Wall -Wcompat -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints test-suite utricks type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test other-modules: Data.Char.CombiningSpec , Data.Char.MathSpec build-depends: base , unicode-tricks , hspec ==2.* , QuickCheck >=2.13 && <2.14 build-tool-depends: hspec-discover:hspec-discover == 2.* default-language: Haskell2010 default-extensions: BlockArguments OverloadedStrings ghc-options: -Wall -Wcompat -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints source-repository head type: git location: https://github.com/hapytex/unicode-tricks