From 1e9dd735d52b5f08850f10826d92bdfadd2d3769 Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Sun, 17 Sep 2023 22:22:13 +0100 Subject: [PATCH] Add lower bound for rio-prettyprint --- package.yaml | 2 +- pantry.cabal | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.yaml b/package.yaml index b0e857c6..da9ad123 100644 --- a/package.yaml +++ b/package.yaml @@ -59,7 +59,7 @@ dependencies: - resourcet - rio - rio-orphans -- rio-prettyprint +- rio-prettyprint >= 0.1.4.0 - static-bytes - tar-conduit >= 0.4.0 - text diff --git a/pantry.cabal b/pantry.cabal index fdca9299..ac9a42fd 100644 --- a/pantry.cabal +++ b/pantry.cabal @@ -1,6 +1,6 @@ cabal-version: 2.0 --- This file has been generated from package.yaml by hpack version 0.35.2. +-- This file has been generated from package.yaml by hpack version 0.35.5. -- -- see: https://github.com/sol/hpack @@ -90,7 +90,7 @@ library , resourcet , rio , rio-orphans - , rio-prettyprint + , rio-prettyprint >=0.1.4.0 , static-bytes , tar-conduit >=0.4.0 , text @@ -168,7 +168,7 @@ library internal , resourcet , rio , rio-orphans - , rio-prettyprint + , rio-prettyprint >=0.1.4.0 , static-bytes , tar-conduit >=0.4.0 , text @@ -234,7 +234,7 @@ executable test-pretty-exceptions , resourcet , rio , rio-orphans - , rio-prettyprint + , rio-prettyprint >=0.1.4.0 , static-bytes , tar-conduit >=0.4.0 , text @@ -335,7 +335,7 @@ test-suite spec , resourcet , rio , rio-orphans - , rio-prettyprint + , rio-prettyprint >=0.1.4.0 , static-bytes , tar-conduit >=0.4.0 , text