snap-server 1.1.1.1 → 1.1.1.2
raw patch · 3 files changed
+9/−9 lines, 3 filesdep ~basedep ~base16-bytestringdep ~timesetup-changed
Dependency ranges changed: base, base16-bytestring, time
Files
- Setup.hs +0/−2
- snap-server.cabal +8/−7
- test/Snap/Internal/Http/Server/Session/Tests.hs +1/−0
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
snap-server.cabal view
@@ -1,5 +1,5 @@ name: snap-server-version: 1.1.1.1+version: 1.1.1.2 synopsis: A web server for the Snap Framework description: Snap is a simple and fast web development framework and server written in@@ -21,7 +21,6 @@ bug-reports: https://github.com/snapframework/snap-server/issues category: Web, Snap, IO-Streams - extra-source-files: CONTRIBUTORS, LICENSE,@@ -40,7 +39,9 @@ GHC==8.0.2, GHC==8.2.2, GHC==8.4.4,- GHC==8.6.3+ GHC==8.6.5,+ GHC==8.8.3,+ GHC==8.10.1 Flag portable Description: Compile in cross-platform mode. No platform-specific code or@@ -96,23 +97,23 @@ build-depends: attoparsec >= 0.12 && < 0.14,- base >= 4.6 && < 4.13,+ base >= 4.6 && < 4.15, blaze-builder >= 0.4 && < 0.5, bytestring >= 0.9.1 && < 0.11, bytestring-builder >= 0.10.4 && < 0.11, case-insensitive >= 1.1 && < 1.3,- clock >= 0.7.1 && < 0.8,+ clock >= 0.7.1 && < 0.9, containers >= 0.3 && < 0.7, filepath >= 1.1 && < 2.0, io-streams >= 1.3 && < 1.6, io-streams-haproxy >= 1.0 && < 1.1, lifted-base >= 0.1 && < 0.3, mtl >= 2.0 && < 2.3,- network >= 2.3 && < 3.1,+ network >= 2.3 && < 3.2, old-locale >= 1.0 && < 1.1, snap-core >= 1.0 && < 1.1, text >= 0.11 && < 1.3,- time >= 1.0 && < 1.10,+ time >= 1.0 && < 1.11, unix-compat >= 0.2 && < 0.6, vector >= 0.7 && < 0.13
test/Snap/Internal/Http/Server/Session/Tests.hs view
@@ -3,6 +3,7 @@ {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RankNTypes #-} {-# LANGUAGE ScopedTypeVariables #-} module Snap.Internal.Http.Server.Session.Tests (tests) where