-- Initial Ulmus.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: Ulmus version: 0.1.0.0 synopsis: Microframework for creating Elm-style web apps. Based on Transient. description: Microframework for creating web apps with Elm-style architecture. It operates over Transient library. license: Apache-2.0 license-file: LICENSE author: Nikita Tchayka maintainer: nick@theam.io copyright: 2017 Theam homepage: https://github.com/theam/ulmus category: Web build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library build-depends: base >=4.9 && <4.10 , transient , transient-universe , ghcjs-hplay hs-source-dirs: src default-language: Haskell2010