animate-0.6.1: animate.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 49d97c06a6ee7a87c120cefd771eaace13f5dd09656f8aa4d8712e5e43093f7f
name: animate
version: 0.6.1
synopsis: Animation for sprites
description: Prototypical sprite animation with type-safety.
category: Game
homepage: https://github.com/jxv/animate#readme
bug-reports: https://github.com/jxv/animate/issues
maintainer: Joe Vargas
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
package.yaml
README.md
stack.yaml
source-repository head
type: git
location: https://github.com/jxv/animate
library
hs-source-dirs:
library
default-extensions: DuplicateRecordFields FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase NamedFieldPuns ScopedTypeVariables OverloadedStrings
ghc-options: -Wall
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, containers
, text
, vector
, yaml
exposed-modules:
Animate
other-modules:
Paths_animate
default-language: Haskell2010
test-suite animate-test-suite
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
test-suite
default-extensions: DuplicateRecordFields FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase NamedFieldPuns ScopedTypeVariables OverloadedStrings
ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
build-depends:
aeson
, animate
, base
, containers
, hspec
, vector
other-modules:
AnimateSpec
Paths_animate
default-language: Haskell2010