Revert "haskell-mainland-pretty: update to version 0.2.1"
This reverts commit 8e85516e045149a6bbd9e09020df9ceb255a75a5. This depends on srcloc-2, and srcloc-2 breaks accelerate-cuda.
This commit is contained in:
parent
001fb53524
commit
fe4677de2f
@ -1,10 +1,10 @@
|
|||||||
{ cabal, srcloc, text }:
|
{ cabal, srcloc, symbol }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "mainland-pretty";
|
pname = "mainland-pretty";
|
||||||
version = "0.2.1";
|
version = "0.1.3.0";
|
||||||
sha256 = "1pl96m92bsrghkp5ixaqlhi2hybc4hafy64zlmsgjlmdvslxhs3h";
|
sha256 = "1grfsn066z11737dxdk1bdhyvz9vjxxn6krfgx9bc8jin6n9h6aq";
|
||||||
buildDepends = [ srcloc text ];
|
buildDepends = [ srcloc symbol ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.eecs.harvard.edu/~mainland/";
|
homepage = "http://www.eecs.harvard.edu/~mainland/";
|
||||||
description = "Pretty printing designed for printing source code";
|
description = "Pretty printing designed for printing source code";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user