packages feed

yampa-sdl2-0.1.0.0: yampa-sdl2.cabal

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

name:           yampa-sdl2
version:        0.1.0.0
synopsis:       Yampa and SDL2 made easy
description:    yampa-sdl2 lets you start coding your app right away instead of dealing with SDL2 first.
category:       Scene
homepage:       https://github.com/Simre1/YampaSDL2#readme
author:         Simre
maintainer:     simre4775@gmail.com
copyright:      2018 Simre
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    README.md

library
  exposed-modules:
      YampaSDL2
      YampaSDL2.Animation
      YampaSDL2.Draw
      YampaSDL2.Drawable.Circle
      YampaSDL2.Drawable.Image
      YampaSDL2.Drawable.Rectangle
      YampaSDL2.Init
      YampaSDL2.InputOutput
      YampaSDL2.Internal.AppInput
      YampaSDL2.Internal.AppOutput
      YampaSDL2.Internal.MainLoop
      YampaSDL2.Internal.SDL
      YampaSDL2.Internal.SDL.Close
      YampaSDL2.Internal.SDL.Init
      YampaSDL2.Internal.SDL.Input
      YampaSDL2.Internal.SDL.Output
      YampaSDL2.Internal.SDL.Parse
      YampaSDL2.Internal.SDL.Start
      YampaSDL2.ReExports
  other-modules:
      Paths_yampa_sdl2
  hs-source-dirs:
      src
  ghc-options: -O2
  build-depends:
      StateVar
    , Yampa
    , base >=4.7 && <5
    , colour
    , linear
    , memoize
    , sdl2
    , text
    , vector
  default-language: Haskell2010

test-suite YampaSDL2-test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_yampa_sdl2
  hs-source-dirs:
      test
  build-depends:
      StateVar
    , Yampa
    , base
    , colour
    , linear
    , memoize
    , sdl2
    , text
    , vector
    , yampa-sdl2
  default-language: Haskell2010