-- Initial ease.cabal generated by cabal init.  For further documentation,
-- see http://haskell.org/cabal/users-guide/

name:                ease
version:             0.1.0.2
synopsis:            Robert Penner's easing equations
description:         Robert Penner's easing equations transcribed to haskell and normalized
license:             BSD3
license-file:        LICENSE
author:              Isaac Shapira
maintainer:          fresheyeball@gmail.com
-- copyright:
category:            Math, Game
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10
tested-with:         GHC == 8.4.1, GHC == 8.2.2, GHC == 8.0.2
source-repository head
   type:     git
   location: https://gitlab.com/fresheyeball/Ease.git

library
  exposed-modules:     Ease
  build-depends:       base >=4.8 && <5.0,
                       data-default
  default-language:    Haskell2010