aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/sproxy-web/cabal2nix.nix
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2018-12-11 18:10:48 +0300
committerIgor Pashev <pashev.igor@gmail.com>2018-12-11 18:10:48 +0300
commit8b0968b2054d3bb8d90b5ac056727f7c2ebeaed3 (patch)
treed03b70f693463fc836a8dbe4240424d2547530c8 /modules/pkgs/sproxy-web/cabal2nix.nix
parentc4273035cf5876e3ba8ed2c6b492d31c2de290ee (diff)
downloadnixsap-8b0968b2054d3bb8d90b5ac056727f7c2ebeaed3.tar.gz
(* HUGE *) Use nixpkgs overlays
Diffstat (limited to 'modules/pkgs/sproxy-web/cabal2nix.nix')
-rw-r--r--modules/pkgs/sproxy-web/cabal2nix.nix22
1 files changed, 0 insertions, 22 deletions
diff --git a/modules/pkgs/sproxy-web/cabal2nix.nix b/modules/pkgs/sproxy-web/cabal2nix.nix
deleted file mode 100644
index 0583964..0000000
--- a/modules/pkgs/sproxy-web/cabal2nix.nix
+++ /dev/null
@@ -1,22 +0,0 @@
-{ mkDerivation, aeson, base, blaze-html, blaze-markup, bytestring
-, data-default-class, directory, docopt, fast-logger, filepath
-, http-types, interpolatedstring-perl6, mtl, network
-, postgresql-simple, resource-pool, scotty, stdenv, text, unix, wai
-, wai-extra, wai-middleware-static, warp
-}:
-mkDerivation {
- pname = "sproxy-web";
- version = "0.4.1";
- sha256 = "0jvkvk5yqp4gibg61q67iczaqvfszikxvvgf04fg6xs23gjkpihp";
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [
- aeson base blaze-html blaze-markup bytestring data-default-class
- directory docopt fast-logger filepath http-types
- interpolatedstring-perl6 mtl network postgresql-simple
- resource-pool scotty text unix wai wai-extra wai-middleware-static
- warp
- ];
- description = "Web interface to sproxy database";
- license = stdenv.lib.licenses.mit;
-}