packages feed

web-rep 0.6.0 → 0.7.0

raw patch · 4 files changed

+7/−10 lines, 4 filesdep −foldldep ~boxdep ~box-socket

Dependencies removed: foldl

Dependency ranges changed: box, box-socket

Files

src/Web/Rep/Shared.hs view
@@ -1,10 +1,7 @@ {-# LANGUAGE FlexibleContexts #-}-{-# LANGUAGE DeriveFoldable #-}-{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE DeriveTraversable #-} {-# LANGUAGE OverloadedLabels #-} {-# LANGUAGE OverloadedStrings #-}-{-# LANGUAGE QuasiQuotes #-} {-# LANGUAGE TupleSections #-} {-# OPTIONS_GHC -fno-warn-incomplete-patterns #-} {-# OPTIONS_HADDOCK hide, not-home #-}
src/Web/Rep/Socket.hs view
@@ -19,6 +19,7 @@     defaultOutputCode,     Code(..),     code,+    wrangle,   ) where 
stack.yaml view
@@ -4,9 +4,9 @@   - '.'  extra-deps:-  - numhask-0.6.0-  - box-0.5.0-  - box-socket-0.0.1+  - numhask-0.6.0.2+  - box-0.6.0+  - box-socket-0.0.2  allow-newer: true 
web-rep.cabal view
@@ -1,6 +1,6 @@ cabal-version:  2.4 name:           web-rep-version:        0.6.0+version:        0.7.0 synopsis:       representations of a web page category: web description:    An applicative-based, shared-data representation of a web page. @@ -32,10 +32,9 @@   build-depends:     base >= 4.12 && <5,     attoparsec >= 0.13.2 && < 0.14,-    box >= 0.5 && < 0.6,-    box-socket >= 0.0.1 && < 0.1,+    box >= 0.6 && < 0.7,+    box-socket >= 0.0.2 && < 0.1,     clay >= 0.13 && < 0.14,-    foldl >= 1.4.5 && < 1.5,     generic-lens >= 1.1.0 && < 3.0,     interpolatedstring-perl6 >= 1.0.2 && < 1.1,     language-javascript >= 0.6.0 && < 0.8,