packages feed

wai-make-assets-0.3: wai-make-assets.cabal

cabal-version: 1.12

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

name:           wai-make-assets
version:        0.3
synopsis:       Compiling and serving assets
description:    Small wai library and command line tool for compiling and serving assets (e.g. through ghcjs, elm, sass)
category:       Development
homepage:       https://github.com/soenkehahn/wai-make-assets#readme
bug-reports:    https://github.com/soenkehahn/wai-make-assets/issues
maintainer:     SoenkeHahn@gmail.com
license:        BSD3
license-file:   LICENSE
build-type:     Simple

source-repository head
  type: git
  location: https://github.com/soenkehahn/wai-make-assets

library
  exposed-modules:
      Network.Wai.MakeAssets
  other-modules:
      Paths_wai_make_assets
  hs-source-dirs:
      src
  ghc-options: -Wall -fno-warn-name-shadowing
  build-depends:
      base <99
    , bytestring
    , data-default
    , directory
    , filepath
    , http-types
    , shake
    , string-conversions
    , wai
    , wai-app-static
    , warp
  default-language: Haskell2010

executable wai-make-assets
  main-is: wai-make-assets.hs
  other-modules:
      Network.Wai.MakeAssets
      Paths_wai_make_assets
  hs-source-dirs:
      src
  ghc-options: -Wall -fno-warn-name-shadowing
  build-depends:
      base <99
    , bytestring
    , data-default
    , directory
    , filepath
    , getopt-generics
    , http-types
    , shake
    , string-conversions
    , wai
    , wai-app-static
    , warp
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Network.Wai.MakeAssetsSpec
      Paths_wai_make_assets
  hs-source-dirs:
      test
  ghc-options: -Wall -fno-warn-name-shadowing
  build-depends:
      base <99
    , bytestring
    , data-default
    , directory
    , filepath
    , hspec
    , http-types
    , lens
    , mockery
    , shake
    , silently
    , string-conversions
    , wai
    , wai-app-static
    , wai-make-assets
    , warp
    , wreq
  default-language: Haskell2010