summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/concatenative/default.nix
blob: 9762ffc5fc83b4f16ec2bf06aae13d9fc349e892 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal }:

cabal.mkDerivation (self: {
  pname = "concatenative";
  version = "1.0.1";
  sha256 = "05xwqvcdnk8bsyj698ab9jxpa1nk23pf3m7wi9mwmw0q8n99fngd";
  meta = {
    homepage = "https://patch-tag.com/r/salazar/concatenative/snapshot/current/content/pretty";
    description = "A library for postfix control flow";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})