packages feed

shapes-demo-0.1.0.0: shapes-demo.cabal

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

name:           shapes-demo
version:        0.1.0.0
synopsis:       demos for the 'shapes' package
description:    Please see the README on Github at <https://github.com/ublubu/shapes#readme>
category:       Physics
homepage:       https://github.com/ublubu/shapes#readme
bug-reports:    https://github.com/ublubu/shapes/issues
author:         Kynan Rilee
maintainer:     kynan.rilee@gmail.com
copyright:      2018 Kynan Rilee
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: https://github.com/ublubu/shapes

executable shapes-demo
  main-is: Main.hs
  hs-source-dirs:
      src
  build-depends:
      StateVar
    , array
    , base >=4.7 && <5
    , containers
    , either
    , ghc-prim
    , lens
    , linear
    , monad-extras
    , mtl
    , sdl2
    , shapes
    , text
    , transformers
    , vector
  other-modules:
      EasySDL.Draw
      GameInit
      GameLoop
      Geometry
      Physics.Demo.IOWorld
      Physics.Demo.OptWorld
      Physics.Demo.Scenes
      Physics.Draw
      Physics.Draw.Canonical
      Physics.Draw.Linear
      Physics.Draw.Opt
      Physics.Draw.Transform
      Paths_shapes_demo
  default-language: Haskell2010