-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 55c607b9e001062e2a886ecfa4505b89c49b5d7ffc4257edb738d12185f278a9

name:           animate-frames
version:        0.0.1
synopsis:       Convert sprite frames to animate files
description:    Convert sprite frames to animate files
category:       Game
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