mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-mainland-pretty: update to version 0.2.2
This commit is contained in:
parent
079ff81985
commit
de5902e386
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
{ cabal, srcloc, symbol }:
|
||||
{ cabal, srcloc, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "mainland-pretty";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "1grfsn066z11737dxdk1bdhyvz9vjxxn6krfgx9bc8jin6n9h6aq";
|
||||
buildDepends = [ srcloc symbol ];
|
||||
version = "0.2.2";
|
||||
sha256 = "0kvn67g2ic46ybgyxpgpzjapwiww9848m9dv8y3xkkl7jd8anpb2";
|
||||
buildDepends = [ srcloc text ];
|
||||
meta = {
|
||||
homepage = "http://www.eecs.harvard.edu/~mainland/";
|
||||
description = "Pretty printing designed for printing source code";
|
||||
|
|
Loading…
Reference in a new issue