packages feed

yeamer-0.1.0.3: yeamer.cabal

-- Initial yeamer.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                yeamer
version:             0.1.0.3
synopsis:            Yesod-based server for interactive presentation slides
-- description:         
homepage:            https://github.com/leftaroundabout/yeamer
license:             GPL-3
license-file:        LICENSE
author:              Justus Sagemüller
maintainer:          (@) jsag $ hvl.no
-- copyright:           
category:            Keynote, Presentation, Graphics
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

library
  exposed-modules:     Presentation.Yeamer
                       Presentation.Yeamer.Maths
                       Presentation.Yeamer.Internal.Grid
  other-modules:       Control.Monad.Trans.Writer.JSONable
                       Presentation.Yeamer.Internal.PrPathStepCompression
                       Presentation.Yeamer.Internal.Progress
                       Data.Traversable.Redundancy
  -- other-extensions:    
  build-depends:       base >=4.8 && <4.14
                       , yesod >=1.4 && <1.7
                       , yesod-form
                       , yesod-static
                       , js-jquery
                       , shakespeare
                       , blaze-html
                       , semigroups
                       , data-default-class
                       , numbered-semigroups >=0.1 && <0.2
                       , transformers
                       , TeX-my-math >=0.201.0.0 && < 0.202
                       , dumb-cas
                       , HaTeX
                       , texmath >=0.9 && <0.12
                       , xml
                       , containers
                       , microlens >=0.4 && <0.6
                       , microlens-th
                       , these >=0.7 && <1.1
                       , these-lens
                       , text 
                       , bytestring 
                       , base64-bytestring 
                       , flat >0.3.1 && <0.4
                       , aeson 
                       , zlib
                       , filepath
                       , temporary
                       , template-haskell
                       , vector
  if os(windows)
     build-depends:    directory >= 1.3.1.0
  else
     build-depends:    directory
                       , unix
  -- hs-source-dirs:      
--  ghc-options:         -ddump-splices
  default-language:    Haskell2010

executable test-presentation
  main-is:             Main.hs
  -- other-modules:       
  -- other-extensions:
  build-depends:       base
                       , yeamer
                       , shakespeare
                       , TeX-my-math
                       , semigroups
                       , numbered-semigroups
                       , time
                       , diagrams-lib, diagrams-cairo
                       , flat
  hs-source-dirs:      test
  ghc-options:         -rtsopts "-with-rtsopts=-M2G"
  default-language:    Haskell2010

executable yeamer-demo
  main-is:             Main.hs
  -- other-modules:       
  -- other-extensions:
  build-depends:       base
                       , yeamer
                       , shakespeare
                       , TeX-my-math
                       , semigroups
                       , numbered-semigroups
                       , diagrams-lib, diagrams-cairo
  hs-source-dirs:      demo
  ghc-options:         -rtsopts "-with-rtsopts=-M2G"
  default-language:    Haskell2010

test-suite test
  default-language:
    Haskell2010
  type:
    exitcode-stdio-1.0
  hs-source-dirs:
    test/tasty
  main-is:
    test.hs
  ghc-options: "-with-rtsopts=-M500M"
  build-depends:
      base >= 4 && < 5
    , tasty >= 0.7
    , tasty-hunit
    , tasty-quickcheck
    , yeamer
    , numbered-semigroups
    , aeson