name: leetify version: 0.1.0.1 synopsis: Leetify text description: Leetify a string from the command line interface and output it on stdout license: BSD3 license-file: LICENSE author: Dimitri Sabadie maintainer: Dimitri Sabadie homepage: http://github.com/phaazon/leetify bug-reports: http://github.com/phaazon/leetify/issues category: Text build-type: Simple cabal-version: >=1.10 data-files: README.md source-repository head type: git location: git://github.com/phaazon/leetify.git executable leetify main-is: Main.hs build-depends: base >= 4.5 && < 4.8 , containers >= 0.5 && < 0.6 hs-source-dirs: src default-language: Haskell2010