haskell-ixdopp: remove obsolete package

This commit is contained in:
Peter Simons
2014-12-06 16:41:22 +01:00
parent 6641f5d220
commit e56b1610e7
2 changed files with 0 additions and 22 deletions

View File

@@ -1,18 +0,0 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, preprocessorTools, syb }:
cabal.mkDerivation (self: {
pname = "ixdopp";
version = "0.1.3";
sha256 = "1vknwznk42b33q4pmh6z620g761yf3cmsmrmhilgq42i5qhll4d4";
isLibrary = false;
isExecutable = true;
buildDepends = [ preprocessorTools syb ];
meta = {
homepage = "http://www.eecs.harvard.edu/~tov/pubs/haskell-session-types/";
description = "A preprocessor for expanding \"ixdo\" notation for indexed monads";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})