name: pandora-io version: 0.5.4 synopsis: ... description: ... homepage: https://github.com/iokasimov/pandora-io license: MIT license-file: LICENSE extra-source-files: CHANGELOG.md author: Murat Kasimov maintainer: Murat Kasimov copyright: Copyright (c) 2019 Murat Kasimov category: Data, Control build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/iokasimov/pandora-io.git library build-depends: ghc-prim == 0.6.1, pandora exposed-modules: Pandora.IO, Pandora.IO.ASCII, Pandora.IO.Bytes default-language: Haskell2010 default-extensions: ExplicitNamespaces, MagicHash, NoImplicitPrelude, FlexibleInstances, PackageImports, TypeFamilies, TypeOperators, UnboxedTuples, MultiParamTypeClasses ghc-options: -fno-warn-tabs