summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/atto-lisp/default.nix
blob: 9ee9ecd7a28c6caf20f6e6921c00433f8a42ee57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, attoparsec, blazeBuilder, blazeTextual, deepseq, HUnit
, testFramework, testFrameworkHunit, text
}:

cabal.mkDerivation (self: {
  pname = "atto-lisp";
  version = "0.2.1.2";
  sha256 = "0xl5b0gblab3v2sfaxvx3z96660r9xp1m2n3ri6aph3kldbpkfcg";
  buildDepends = [
    attoparsec blazeBuilder blazeTextual deepseq text
  ];
  testDepends = [
    attoparsec HUnit testFramework testFrameworkHunit text
  ];
  jailbreak = true;
  meta = {
    homepage = "http://github.com/nominolo/atto-lisp";
    description = "Efficient parsing and serialisation of S-Expressions";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})