name: acme-grawlix version: 0.1.0.2 synopsis: More readable names for commonly used symbols description: Readable code is a laudable goal, yet most Haskell code is littered with totally unpronounceable symbols of various sorts. How can code be readable if it's unspeakable? This package is designed to improve upon this sad state of affairs by giving pronounceable aliases to various symbols of all sorts. /Share and Enjoy/ homepage: https://github.com/kadoban/acme-grawlix license: BSD3 license-file: LICENSE author: Joshua Simmons maintainer: joshua.simmons@emptypath.com category: Acme build-type: Simple cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Acme.Grawlix build-depends: base >= 4.7 && < 5 default-language: Haskell2010 source-repository head type: git location: https://github.com/kadoban/acme-grawlix