packages feed

yesod-fast-devel-0.1.2.0: yesod-fast-devel.cabal

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

name:           yesod-fast-devel
version:        0.1.2.0
synopsis:       Fast live-reloading for yesod applications.
description:    https://github.com/haskellbr/yesod-fast-devel
license:        BSD3
license-file:   LICENSE
author:         Arne Link, Pedro Tacla Yamada
maintainer:     tacla.yamada@gmail.com
category:       Development
homepage:       https://github.com/haskellbr/yesod-fast-devel#readme
bug-reports:    https://github.com/haskellbr/yesod-fast-devel/issues
build-type:     Simple
cabal-version:  >= 1.10

data-files:
    OriginalDevelMain.hs
    PatchedDevelMain.hs

source-repository head
  type: git
  location: https://github.com/haskellbr/yesod-fast-devel

executable yesod-fast-devel
  default-extensions: OverloadedStrings LambdaCase
  main-is: Main.hs
  build-depends:
      Glob >=0.7
    , ansi-terminal
    , base >=4.7 && <5
    , bytestring >=0.10.6.0
    , directory >=1.2.2.0
    , filepath >=1.4.0.0
    , fsnotify >=0.1.0.0
    , optparse-applicative
    , process >=1.2.0.0
    , pureMD5 >=2.1
    , stm >=2.1.1.0
    , system-filepath
    , temporary >=1.2.0.0
    , text >=1.2.0.0
  default-language: Haskell2010
  ghc-options: -threaded