packages feed

ihaskell-dataframe-0.1.0.0: ihaskell-dataframe.cabal

cabal-version: 2.2

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

name:           ihaskell-dataframe
version:        0.1.0.0
description:    Utilties for working with dataframes in IHaskell.
homepage:       https://github.com/githubuser/ihaskell-dataframe#readme
bug-reports:    https://github.com/githubuser/ihaskell-dataframe/issues
author:         Michael Chavinda
maintainer:     mschavinda@gmail.com
copyright:      2025 Michael Chavinda
license:        BSD-3-Clause
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/githubuser/ihaskell-dataframe

library
  exposed-modules:
      IHaskell.Display.Dataframe
  other-modules:
      Paths_ihaskell_dataframe
  autogen-modules:
      Paths_ihaskell_dataframe
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
  build-depends: base >=4.7 && <5
    , dataframe >= 0.3.3.6 && < 1
    , dataframe-hasktorch >= 0.1.0.2 && < 1
    , hasktorch >= 0.2.1.6 && < 1
    , ihaskell == 0.13.0.0
    , text >= 2.0 && < 3
    , random-shuffle >= 0.0.4 && < 1
    , random >= 1.3.0 && < 2
  default-language: Haskell2010

executable ihaskell-dataframe-exe
  main-is: Main.hs
  other-modules:
      Paths_ihaskell_dataframe
  autogen-modules:
      Paths_ihaskell_dataframe
  hs-source-dirs:
      app
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
  build-depends: base >=4.7 && <5
    , dataframe >= 0.3.3.6 && < 1
    , dataframe-hasktorch >= 0.1.0.2 && < 1
    , hasktorch >= 0.2.1.6 && < 1
    , ihaskell >= 0.13.0.0 && < 1
    , text >= 2.0 && < 3
    , random-shuffle >= 0.0.4 && < 1
    , random >= 1.3.0 && < 2
  default-language: Haskell2010

test-suite ihaskell-dataframe-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_ihaskell_dataframe
  autogen-modules:
      Paths_ihaskell_dataframe
  hs-source-dirs:
      test
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
  build-depends: base >=4.7 && <5
    , dataframe >= 0.3.3.6 && < 1
    , ihaskell >= 0.13.0.0 && < 1
    , ihaskell-dataframe >= 0.1.0.0 && < 1
    , text >= 2.0 && < 3
  default-language: Haskell2010