name: scanf version: 0.1.0.0 synopsis: Easy and type-safe format strings for parsing and printing description: A lightweight library for one-off parsing and printing. . See README. homepage: https://github.com/Lysxia/scanf#readme license: MIT license-file: LICENSE author: Li-yao Xia maintainer: lysxia@gmail.com copyright: 2018 Li-yao Xia category: Text build-type: Simple extra-source-files: README.md cabal-version: >=1.10 tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1 library hs-source-dirs: src exposed-modules: Text.Scanf Text.Scanf.Internal Text.Scanf.TH build-depends: template-haskell, base >= 4.7 && < 5 ghc-options: -Wall default-language: Haskell2010 test-suite example-test hs-source-dirs: test main-is: example.hs build-depends: scanf, base ghc-options: -Wall default-language: Haskell2010 type: exitcode-stdio-1.0 source-repository head type: git location: https://github.com/Lysxia/scanf