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

{ cabal }:

cabal.mkDerivation (self: {
  pname = "storable-complex";
  version = "0.2.1";
  sha256 = "0dnxnsi7m5whwwki3fry6db6gyy5qzfz8jcj1fg3fhfyf4f9wpaz";
  meta = {
    description = "Storable instance for Complex";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})