packages feed

birds-of-paradise-0.2.1.1: birds-of-paradise.cabal

cabal-version:       2.4
-- Initial package description 'birds-of-paradise.cabal' generated by
-- 'cabal init'.  For further documentation, see
-- http://haskell.org/cabal/users-guide/

name:                birds-of-paradise
version:             0.2.1.1
synopsis:            Birds of Paradise
description:         Birds of Paradise is yet another SK combinator library.
homepage:            https://github.com/cutsea110/birds-of-paradise.git
-- bug-reports:
license:             BSD-3-Clause
license-file:        LICENSE
author:              cutsea110
maintainer:          cutsea110@gmail.com
-- copyright:
category:            Language
extra-source-files:  CHANGELOG.md

library
  exposed-modules:     Data.Function.Combinator.Birds
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.12.0.0 && <4.16
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall

test-suite birds-of-paradise-test
  default-language:    Haskell2010
  type:                exitcode-stdio-1.0
  hs-source-dirs:      test
  main-is:             MyLibTest.hs
  build-depends:       base >=4.12.0.0 && <4.16