packages feed

parquet-hs-0.1.0.0: parquet-hs.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: f82d7918bf922d7a9150a290527c2b0bc63f79b924d159ab0a1af905d6917e17

name:           parquet-hs
version:        0.1.0.0
synopsis:       Streaming Parquet reader
description:    Please see the README on GitHub at <https://github.com/yigitozkavci/parquet-hs#readme>
category:       Compression
homepage:       https://github.com/yigitozkavci/parquet-hs#readme
bug-reports:    https://github.com/yigitozkavci/parquet-hs/issues
author:         Yigit Ozkavci
maintainer:     yigitozkavci8@gmail.com
copyright:      2019 Yigit Ozkavci
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/yigitozkavci/parquet-hs

library
  exposed-modules:
      Main
      Parquet.Decoder
      Parquet.Monad
      Parquet.ParquetObject
      Parquet.Reader
      Parquet.Stream.Reader
      Parquet.ThriftTypes
      Parquet.Utils
  other-modules:
      Paths_parquet_hs
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      aeson
    , base >=4.7 && <5
    , binary
    , binary-conduit
    , bytestring
    , conduit
    , conduit-extra
    , containers
    , error-util
    , generic-lens
    , http-client
    , http-conduit
    , http-types
    , lens
    , lifted-async
    , monad-logger
    , mtl
    , pinch
    , safe
    , serialise
    , text
    , unordered-containers
  default-language: Haskell2010

test-suite parquet-hs-integration
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_parquet_hs
  hs-source-dirs:
      tests/integration
  build-depends:
      QuickCheck
    , aeson
    , base >=4.7 && <5
    , binary
    , bytestring
    , conduit
    , filepath
    , hspec
    , monad-logger
    , mtl
    , parquet-hs
    , process
    , text
  default-language: Haskell2010

test-suite parquet-hs-unit
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Parquet.Decoder.Spec
      Paths_parquet_hs
  hs-source-dirs:
      tests/unit
  build-depends:
      QuickCheck
    , base >=4.7 && <5
    , binary
    , bytestring
    , hspec
    , parquet-hs
  default-language: Haskell2010