packages feed

yesod-static-remote-0.0.0.0: yesod-static-remote.cabal

cabal-version: 1.12

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

name:           yesod-static-remote
version:        0.0.0.0
description:    Please see the README on GitHub at <https://github.com/NorfairKing/remote-static#readme>
homepage:       https://github.com/NorfairKing/yesod-static-remote#readme
bug-reports:    https://github.com/NorfairKing/yesod-static-remote/issues
author:         Tom Sydney Kerckhove
maintainer:     syd@cs-syd.eu
copyright:      Copyright: (c) 2019 Tom Sydney Kerckhove
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/NorfairKing/yesod-static-remote

library
  exposed-modules:
      Yesod.EmbeddedStatic.Remote
  other-modules:
      Paths_yesod_static_remote
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , bytestring
    , directory
    , filepath
    , http-client
    , http-client-tls
    , template-haskell
    , yesod-static
  default-language: Haskell2010

test-suite remote-static-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_yesod_static_remote
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , yesod-static
    , yesod-static-remote
  default-language: Haskell2010