-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 51d99c14d61a1d85be7c9e79e08619cb9077082c77d374d45595f5a1cc88b81e
name: animate-preview
version: 0.0.0
synopsis: Preview tool for sprite animation
description: Preview tool for sprite animation
category: Game
homepage: https://github.com/jxv/animate-preview#readme
bug-reports: https://github.com/jxv/animate-preview/issues
maintainer: Joe Vargas
copyright: 2018 Joe Vargas
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
package.yaml
README.md
stack.yaml
data-files:
resource/ProggyClean.ttf
source-repository head
type: git
location: https://github.com/jxv/animate-preview
library
hs-source-dirs:
library
default-extensions: DuplicateRecordFields FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase NamedFieldPuns ScopedTypeVariables OverloadedStrings DefaultSignatures MultiParamTypeClasses
ghc-options: -Wall
build-depends:
StateVar
, aeson
, animate
, base >=4.7 && <5
, bytestring
, containers
, filepath
, fsnotify
, key-state
, lens
, linear
, mtl
, optparse-applicative
, optparse-generic
, random
, safe
, safe-exceptions
, sdl2
, sdl2-gfx
, sdl2-image
, sdl2-ttf
, text
, text-conversions
, vector
exposed-modules:
Animate.Preview
Animate.Preview.Animation
Animate.Preview.Color
Animate.Preview.Config
Animate.Preview.Frame
Animate.Preview.Input
Animate.Preview.Loader
Animate.Preview.Logger
Animate.Preview.ManagerInput
Animate.Preview.Mode
Animate.Preview.Renderer
Animate.Preview.Resource
Animate.Preview.Runner
Animate.Preview.Scalar
Animate.Preview.Scene
Animate.Preview.SDLInput
Animate.Preview.SDLRenderer
Animate.Preview.State
Animate.Preview.Timer
other-modules:
Paths_animate_preview
default-language: Haskell2010
executable animate-preview
main-is: Main.hs
hs-source-dirs:
executable
default-extensions: DuplicateRecordFields FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase NamedFieldPuns ScopedTypeVariables OverloadedStrings DefaultSignatures MultiParamTypeClasses
ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
build-depends:
animate-preview
, base >=4.7 && <5
other-modules:
Paths_animate_preview
default-language: Haskell2010