packages feed

cabal2nix-2.8.2: test/golden-test-cases/bioalign.nix.golden

{ mkDerivation, base, biocore, bytestring, fetchurl }:
mkDerivation {
  pname = "bioalign";
  version = "0.0.5";
  src = fetchurl {
    url = "http://example.org/";
    sha256 = "abc";
  };
  libraryHaskellDepends = [ base biocore bytestring ];
  homepage = "https://patch-tag.com/r/dfornika/biophd/home";
  description = "Data structures and helper functions for calculating alignments";
  license = "GPL";
}