Skip to content
Snippets Groups Projects
Commit 1e6589d5 authored by Dom Brown's avatar Dom Brown
Browse files

autodocodec-servant-multipart: init at 0.0.0.0

parent cea949a8
No related merge requests found
......@@ -76,6 +76,7 @@ in [ callHackage "Cabal" "3.8.1.0"
, callHackage "async" "2.2.4"
, callHackage "autodocodec" "0.2.0.1"
, callHackage "autodocodec-schema" "0.1.0.2"
, callHackage "autodocodec-servant-multipart" "0.0.0.0"
, callHackage "autodocodec-yaml" "0.2.0.2"
, callHackage "basement" "0.0.15"
, callHackage "base64" "0.4.2.4"
......
......@@ -35,6 +35,8 @@ final: prev: with pkgs.haskell.lib; {
autodocodec-schema = prev.callPackage (./pkgs/autodocodec-schema.nix) { };
autodocodec-servant-multipart = prev.callPackage (./pkgs/autodocodec-servant-multipart.nix) { };
autodocodec-yaml = prev.callPackage (./pkgs/autodocodec-yaml.nix) { };
base-compat = prev.callPackage (./pkgs/base-compat.nix) { };
......
{ mkDerivation, aeson, autodocodec, base, bytestring, lib
, servant-multipart, servant-multipart-api, text
, unordered-containers, vector
}:
mkDerivation {
pname = "autodocodec-servant-multipart";
version = "0.0.0.0";
sha256 = "fa0983ebc5d83ec0d510542adf4004011cb204aab0719428fc5bb70b8b4a5fdf";
libraryHaskellDepends = [
aeson autodocodec base bytestring servant-multipart
servant-multipart-api text unordered-containers vector
];
doHaddock = false;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/autodocodec#readme";
description = "Autodocodec interpreters for Servant Multipart";
license = lib.licenses.mit;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment