packages feed

extra-data-yj-0.1.0.0: extra-data-yj.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
--
-- hash: f409ea8b95e114cc0607b5dbb57c2eec726cd9ae3cb5d9d7adb923ada38bf021

name:           extra-data-yj
version:        0.1.0.0
synopsis:       Additional data types
description:    Please see the README on GitHub at <https://github.com/YoshikuniJujo/extra-data-yj#readme>
category:       Data
homepage:       https://github.com/YoshikuniJujo/extra-data-yj#readme
bug-reports:    https://github.com/YoshikuniJujo/extra-data-yj/issues
author:         Yoshikuni Jujo
maintainer:     PAF01143@nifty.ne.jp
copyright:      Yoshikuni Jujo
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/YoshikuniJujo/extra-data-yj

library
  exposed-modules:
      Data.List.Infinite
      Data.Or
  other-modules:
      Paths_extra_data_yj
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
  default-language: Haskell2010

test-suite extra-data-yj-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_extra_data_yj
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , extra-data-yj
  default-language: Haskell2010