packages feed

ease-0.1.0.0: ease.cabal

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

name:                ease
version:             0.1.0.0
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
source-repository head
   type:     git
   location: https://gitlab.com/fresheyeball/Ease.git

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