Allow pretty-show 1.11

M  hnix.cabal

[The previous release of the package](https://hackage.haskell.org/package/pretty-show-1.9.5) (v 1.9.5,  date `Dec 27 16:54:42 UTC 2018`, [tree](1b484f4b16)).
[Curren release](https://hackage.haskell.org/package/pretty-show-1.10) (v1.10, date `Thu Jan 30 19:08:20 UTC 2020`, [tree](0ff7959238)).

Diff is: 1b484f4b16..0ff7959238

Source changes prove [changelog](https://hackage.haskell.org/package/pretty-show-1.10/changelog) statement:
```text
Changes in 1.10
  * Add support for quasi-quotes, as the preferred way of dealing
    with non-properly showable things.
```
is true.

Tests are passing.
This commit is contained in:
Anton-Latukha 2020-04-10 12:21:01 +03:00 committed by John Wiegley
parent 9f1519d9ca
commit 65ece58d2d
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@ library
, cryptohash-sha256 >= 0.11.101 && < 0.12
, cryptohash-sha512 >= 0.11.100 && < 0.12
, haskeline >= 0.7.4.2 && < 0.8
, pretty-show >= 1.9.5 && < 1.10
, pretty-show >= 1.9.5 && < 1.11
, serialise >= 0.2.1 && < 0.3
-- if !flag(profiling)
-- build-depends: