web-rep 0.3.1 → 0.3.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~box
Dependency ranges changed: box
Files
- web-rep.cabal +3/−3
web-rep.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: web-rep-version: 0.3.1+version: 0.3.2 synopsis: representations of a web page category: web description: An applicative-based, shared-data representation of a web page. @@ -34,7 +34,7 @@ aeson >= 1.4.5 && < 1.5, attoparsec >= 0.13.2 && < 0.14, bifunctors >= 5.5.5 && < 5.6,- box >= 0.1.0 && < 0.3,+ box >= 0.1.0 && < 0.4, clay >= 0.13 && < 0.14, foldl >= 1.4.5 && < 1.5, generic-lens >= 1.1.0 && < 1.3,@@ -63,7 +63,7 @@ build-depends: base >= 4.12 && <5, attoparsec >= 0.13.2 && < 0.14,- box >= 0.1.0 && < 0.3,+ box >= 0.1.0 && < 0.4, lens >= 4.17 && < 4.19, lucid >= 2.9 && < 2.10, optparse-generic >= 1.3.0 && < 1.4,