packages feed

yampa-sdl2-0.1.0.2: yampa-sdl2.cabal

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

name:           yampa-sdl2
version:        0.1.0.2
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:
      Data.Colour
      Data.Colour.Chan
      Data.Colour.CIE
      Data.Colour.CIE.Chromaticity
      Data.Colour.CIE.Illuminant
      Data.Colour.Internal
      Data.Colour.Matrix
      Data.Colour.Names
      Data.Colour.RGB
      Data.Colour.RGBSpace
      Data.Colour.RGBSpace.HSL
      Data.Colour.RGBSpace.HSV
      Data.Colour.SRGB
      Data.Colour.SRGB.Linear
      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
    , data-memocombinators
    , linear
    , 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
    , data-memocombinators
    , linear
    , sdl2
    , text
    , vector
    , yampa-sdl2
  default-language: Haskell2010