summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/type-aligned/default.nix
blob: a1e547ca0e265016ccb34ddd33d762a39504378e (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 = "type-aligned";
  version = "0.9.3";
  sha256 = "1wkjbb6giq71j5j72w4018hifn58gpgwxppbhgi5a8xdcxp8afl0";
  meta = {
    homepage = "https://github.com/atzeus/type-aligned";
    description = "Various type-aligned sequence data structures";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})