-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: a09c8bc7968f2e2ea591a6438991e4a05af4d4abd16c5c107419bb1dc368e100 name: animate-frames version: 0.0.0 description: Convert sprite frames to animate files homepage: https://github.com/jxv/animate-frames#readme bug-reports: https://github.com/jxv/animate-frames/issues author: Joe Vargas maintainer: Joe Vargas license: MIT build-type: Simple cabal-version: >= 1.10 extra-source-files: CHANGELOG.md LICENSE.md package.yaml README.md source-repository head type: git location: https://github.com/jxv/animate-frames library hs-source-dirs: library default-extensions: NamedFieldPuns OverloadedStrings FlexibleContexts ghc-options: -Wall build-depends: JuicyPixels , aeson , animate , async , base >=4.5 && <5 , bytestring , containers , pureMD5 , safe , stm , text , vector , yaml exposed-modules: Animate.Frames Animate.Frames.Options other-modules: Paths_animate_frames default-language: Haskell2010 executable animate-frames main-is: Main.hs hs-source-dirs: executable default-extensions: NamedFieldPuns OverloadedStrings FlexibleContexts ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N build-depends: animate-frames , base other-modules: Paths_animate_frames default-language: Haskell2010 test-suite animate-frames-test-suite type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test-suite default-extensions: NamedFieldPuns OverloadedStrings FlexibleContexts ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N build-depends: animate-frames , base , tasty , tasty-hspec other-modules: Paths_animate_frames default-language: Haskell2010