summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/sodium/default.nix
blob: 0dbd0647a864cdcc6ce1f5eeab530f3fe2ba60e3 (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, mtl }:

cabal.mkDerivation (self: {
  pname = "sodium";
  version = "0.11.0.2";
  sha256 = "0m3ig6nqkw0m6xh6ijgr2w06i4ydyfwx7rsbkrrxflichadm9r2g";
  buildDepends = [ mtl ];
  meta = {
    description = "Sodium Reactive Programming (FRP) System";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})