packages feed

fib-0.1: fib.cabal

cabal-version: 2.4
name:
  fib
version:
  0.1
synopsis:
  fibonacci algebra
description:
  fibonacci algebra
homepage:
  https://github.com/chessai/fib
bug-reports:
  https://github.com/chessai/fib/issues
license:
  BSD-3-Clause
license-file:
  LICENSE
author:
  chessai
maintainer:
  chessai <chessai1996@gmail.com>
copyright:
  2019 chessai
category:
  Math
build-type:
  Simple
extra-doc-files:
    README.md
  , CHANGELOG.md
tested-with:
    GHC == 8.2.2
  , GHC == 8.4.4
  , GHC == 8.6.3

library
  hs-source-dirs:
    src
  exposed-modules:
    Fib
  other-modules:
    Prelude
  build-depends:
    , base-noprelude >= 4.10.1.0 && < 4.13
    , semirings >= 0.3
    , integer-gmp
  ghc-options:
    -Wall
  default-language:
    Haskell2010

source-repository head
  type:                git
  location:            https://github.com/chessai/fib.git