packages feed

parquet-haskell-0.1.1.0: parquet-haskell.cabal

cabal-version: 1.12

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

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

source-repository head
  type: git
  location: https://github.com/manishsencha/parquet-haskell

library
  exposed-modules:
      Main
      Parquet.Decoder
      Parquet.InstanceOrphanage
      Parquet.Monad
      Parquet.ParquetObject
      Parquet.Pinch
      Parquet.Prelude
      Parquet.Reader
      Parquet.Stream.Reader
      Parquet.Types
      Parquet.Types.ColumnChunk
      Parquet.Types.Enums
      Parquet.Types.FileMetaData
      Parquet.Types.PageHeader
      Parquet.Types.Primitives
      Parquet.Types.RowGroup
      Parquet.Utils
  other-modules:
      Paths_parquet_haskell
  hs-source-dirs:
      src
  default-extensions:
      DataKinds
      DeriveAnyClass
      DeriveGeneric
      FlexibleContexts
      OverloadedStrings
      LambdaCase
      MultiWayIf
      NamedFieldPuns
      NoImplicitPrelude
      ScopedTypeVariables
      TypeApplications
      TypeOperators
      TypeFamilies
      ViewPatterns
  ghc-options: -Wall -fspecialise-aggressively -Wall
  build-depends:
      aeson >=2.2.3 && <2.3
    , base >=4.7 && <5
    , binary >=0.8.9 && <0.9
    , binary-conduit >=1.3.1 && <1.4
    , bytestring >=0.11.5 && <0.12
    , conduit >=1.3.6 && <1.4
    , conduit-extra >=1.3.8 && <1.4
    , containers >=0.6.7 && <0.7
    , generic-lens >=2.3.0 && <2.4
    , http-client >=0.7.19 && <0.8
    , http-conduit >=2.3.9 && <2.4
    , http-types >=0.12.4 && <0.13
    , lens >=5.3.6 && <5.4
    , lifted-async >=0.11.0 && <0.12
    , monad-logger >=0.3.42 && <0.4
    , mtl >=2.3.1 && <2.4
    , pinch >=0.5.2 && <0.6
    , pretty-simple >=4.1.4 && <4.2
    , relude >=1.2.2 && <1.3
    , safe >=0.3.21 && <0.4
    , serialise >=0.2.6 && <0.3
    , text >=2.0.2 && <2.2
    , unordered-containers >=0.2.21 && <0.3
    , vector >=0.13.2 && <0.14
  default-language: Haskell2010

test-suite parquet-haskell-integration
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_parquet_haskell
  hs-source-dirs:
      tests/integration
  default-extensions:
      DataKinds
      DeriveAnyClass
      DeriveGeneric
      FlexibleContexts
      OverloadedStrings
      LambdaCase
      MultiWayIf
      NamedFieldPuns
      NoImplicitPrelude
      ScopedTypeVariables
      TypeApplications
      TypeOperators
      TypeFamilies
      ViewPatterns
  ghc-options: -Wall -fspecialise-aggressively -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck >=2.14 && <3.0
    , aeson >=2.2.3 && <2.3
    , base >=4.7 && <5
    , binary >=0.8.9 && <0.9
    , bytestring >=0.11.5 && <0.12
    , conduit >=1.3.6 && <1.4
    , filepath ==1.4.*
    , hspec >=2.10 && <3.0
    , monad-logger >=0.3.42 && <0.4
    , mtl >=2.3.1 && <2.4
    , parquet-haskell
    , pretty-simple >=4.1.4 && <4.2
    , process ==1.6.*
    , text >=2.0.2 && <2.2
  default-language: Haskell2010

test-suite parquet-haskell-unit
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Parquet.Decoder.Spec
      Paths_parquet_haskell
  hs-source-dirs:
      tests/unit
  default-extensions:
      DataKinds
      DeriveAnyClass
      DeriveGeneric
      FlexibleContexts
      OverloadedStrings
      LambdaCase
      MultiWayIf
      NamedFieldPuns
      NoImplicitPrelude
      ScopedTypeVariables
      TypeApplications
      TypeOperators
      TypeFamilies
      ViewPatterns
  ghc-options: -Wall -fspecialise-aggressively -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck >=2.14 && <3.0
    , base >=4.7 && <5
    , binary >=0.8.9 && <0.9
    , bytestring >=0.11.5 && <0.12
    , hspec >=2.10 && <3.0
    , parquet-haskell
  default-language: Haskell2010