packages feed

anitomata-0.1.0.2: anitomata.cabal

cabal-version: 1.12

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

name:           anitomata
version:        0.1.0.2
synopsis:       Composable sprite animation
description:    Composable 2D sprite animation in Haskell.
category:       Game
homepage:       https://sr.ht/~jship/anitomata/
author:         Jason Shipman
maintainer:     Jason Shipman
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    CHANGELOG.md
    LICENSE
    package.yaml
    README.md

source-repository head
  type: git
  location: https://git.sr.ht/~jship/anitomata/

library
  exposed-modules:
      Anitomata
  other-modules:
      Paths_anitomata
  hs-source-dirs:
      library
  ghc-options: -Weverything -Wno-missing-local-signatures -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specializations -Wno-all-missed-specializations -Wno-unsafe -Wno-safe -Wno-missing-safe-haskell-mode
  build-depends:
      base >=4.17 && <4.21
    , vector >=0.13.1.0 && <0.14
  default-language: GHC2021

test-suite anitomata-test-suite
  type: exitcode-stdio-1.0
  main-is: Driver.hs
  other-modules:
      Test.AnitomataSpec
      Paths_anitomata
  hs-source-dirs:
      test-suite
  ghc-options: -Weverything -Wno-missing-local-signatures -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specializations -Wno-all-missed-specializations -Wno-unsafe -Wno-safe -Wno-missing-safe-haskell-mode -rtsopts -threaded -with-rtsopts "-N"
  build-tool-depends:
      hspec-discover:hspec-discover
  build-depends:
      QuickCheck
    , anitomata
    , base
    , hspec
    , vector
  default-language: GHC2021