name: hylogen version: 0.1.0.10 synopsis: an EDSL for live-coding fragment shaders description: an EDSL for live-coding fragment shaders homepage: https://hylogen.com author: Sean Lee license: MIT maintainer: freshdried@gmail.com category: Graphics build-type: Simple extra-source-files: README.md data-files: web/index.html , web/bundle.js cabal-version: >=1.10 stability: experimental library exposed-modules: Hylogen , Hylogen.Types , Hylogen.Globals build-depends: base >=4.8 && <4.9 , vector-space hs-source-dirs: src default-language: Haskell2010 executable hylogen main-is: Main.hs other-extensions: OverloadedStrings build-depends: base , bytestring , filepath , fsnotify , process , text , websockets , wai >=3.2 && <3.3 , http-types >=0.9 && <0.10 , warp >=3.2 && <3.3 hs-source-dirs: app default-language: Haskell2010