packages feed

snap-core 1.0.4.1 → 1.0.4.2

raw patch · 2 files changed

+5/−4 lines, 2 filesdep ~bytestringdep ~semigroups

Dependency ranges changed: bytestring, semigroups

Files

snap-core.cabal view
@@ -1,5 +1,5 @@ name:           snap-core-version:        1.0.4.1+version:        1.0.4.2 synopsis:       Snap: A Haskell Web Framework (core interfaces and types)  description:@@ -36,7 +36,7 @@ category:       Web, Snap, IO-Streams Tested-With:    GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3,                 GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.3,-                GHC == 8.8.1+                GHC == 8.8.3, GHC == 8.10.1  extra-source-files:   test/TestSuite.hs,@@ -148,7 +148,7 @@     readable                  >= 0.1     && < 0.4,     regex-posix               >= 0.95    && < 1,     text                      >= 0.11    && < 1.3,-    time                      >= 1.0     && < 1.10,+    time                      >= 1.0     && < 1.11,     transformers              >= 0.3     && < 0.6,     transformers-base         >= 0.4     && < 0.5,     unix-compat               >= 0.3     && < 0.6,@@ -187,6 +187,7 @@       build-depends: fail == 4.9.*, semigroups == 0.18.*    if flag(network-uri)+    -- Leaving network-uri-2.7.0.0 out for now because it is marked deprecated     build-depends: network-uri >= 2.6 && < 2.7,                    network     >= 2.6 && < 3.2   else
src/Snap/Internal/Test/RequestBuilder.hs view
@@ -59,7 +59,7 @@ import qualified Snap.Types.Headers         as H import qualified System.IO.Streams          as Streams import           System.PosixCompat.Time    (epochTime)-import           System.Random              (Random (randomIO))+import           System.Random              (randomIO) import           Text.Printf                (printf) #if !MIN_VERSION_base(4,8,0) import           Control.Applicative        (Applicative)