From e3ad8e219936f62dc5f9ab75e489043846c42e54 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 10 Jul 2019 10:40:03 +0900 Subject: [PATCH] wai-http2-extra: ver bumps and strict. --- wai-http2-extra/wai-http2-extra.cabal | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/wai-http2-extra/wai-http2-extra.cabal b/wai-http2-extra/wai-http2-extra.cabal index dc8a944c..e28141f2 100644 --- a/wai-http2-extra/wai-http2-extra.cabal +++ b/wai-http2-extra/wai-http2-extra.cabal @@ -1,5 +1,5 @@ Name: wai-http2-extra -Version: 0.1.1 +Version: 0.1.2 Synopsis: WAI utilities for HTTP/2 License: MIT License-file: LICENSE @@ -8,7 +8,7 @@ Maintainer: kazu@iij.ad.jp Homepage: http://github.com/yesodweb/wai Category: Web Build-Type: Simple -Cabal-Version: >=1.8 +Cabal-Version: >=1.10 Stability: Stable Description: WAI utilities for HTTP/2 @@ -24,6 +24,9 @@ Library Exposed-modules: Network.Wai.Middleware.Push.Referer Other-modules: Network.Wai.Middleware.Push.Referer.LimitMultiMap Ghc-Options: -Wall + if impl(ghc >= 8) + default-extensions: Strict StrictData + default-language: Haskell2010 Test-Suite doctest Type: exitcode-stdio-1.0 @@ -32,6 +35,10 @@ Test-Suite doctest Main-Is: doctests.hs Build-Depends: base , doctest >= 0.10.1 + if impl(ghc >= 8) + default-extensions: Strict StrictData + default-language: Haskell2010 + Source-Repository head Type: git Location: git://github.com/yesodweb/wai.git