haskell-xournal-types: re-generate with cabal2nix
This commit is contained in:
parent
6fd153677b
commit
75934cbe09
1 changed files with 3 additions and 4 deletions
|
@ -1,13 +1,12 @@
|
|||
{ cabal, TypeCompose, cereal, lens, strict }:
|
||||
{ cabal, cereal, lens, strict, TypeCompose }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "xournal-types";
|
||||
version = "0.5.0.2";
|
||||
sha256 = "1z1zxgwnd2bpgmiimil2jnz4xdcvvi59y2qdvqgy42b10db8rvkm";
|
||||
buildDepends = [ TypeCompose cereal lens strict ];
|
||||
#jailbreak = true;
|
||||
buildDepends = [ cereal lens strict TypeCompose ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://ianwookim.org/hoodle";
|
||||
description = "Data types for programs for xournal file format";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in a new issue