haskell-ariadne: update to version 0.1.2.2

This package cannot evaluate because it depends on the broken data-lens library.
This commit is contained in:
Peter Simons 2014-10-26 16:43:30 +01:00
parent 8edb929bb4
commit 0c69763412

View file

@ -1,25 +1,31 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, bert, Cabal, haskellNames, haskellPackages, haskellSrcExts { cabal, async, bert, Cabal, dataLens, dataLensFd, dataLensTemplate
, mtl, utf8String , filepath, haskellNames, haskellPackages, haskellSrcExts, hseCpp
, hslogger, mtl, stm, tagged, tasty, tastyHunit, transformers
, utf8String
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "ariadne"; pname = "ariadne";
version = "0.1.2.1"; version = "0.1.2.2";
sha256 = "1gx6jrv3s86h02cjx8pvqyklp445ljiysx29hg39qykyhi1q5a3z"; sha256 = "0dp2xs1g9cw27gwvw2qzyv1qk3z97mg8ab6rfx967r7ad76lkzx2";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
bert Cabal haskellNames haskellPackages haskellSrcExts mtl async bert Cabal dataLens dataLensFd dataLensTemplate filepath
utf8String haskellNames haskellPackages haskellSrcExts hseCpp hslogger mtl stm
tagged transformers utf8String
];
testDepends = [
bert filepath haskellSrcExts tasty tastyHunit utf8String
]; ];
meta = { meta = {
homepage = "https://github.com/feuerbach/ariadne"; homepage = "https://github.com/feuerbach/ariadne";
description = "Go-to-definition for Haskell"; description = "Go-to-definition for Haskell";
license = self.stdenv.lib.licenses.mit; license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
maintainers = with self.stdenv.lib.maintainers; [ ocharles ]; maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
broken = true;
}; };
}) })