Skip to content

Commit

Permalink
Re-generate default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Apr 9, 2018
1 parent 770a4fb commit 3e46897
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
{ mkDerivation, base, one-liner, opaleye, postgresql-simple
, profunctors, scientific, stdenv, streaming
, tagged, text, exceptions, free, streaming-postgresql-simple
, lens
{ mkDerivation, adjunctions, aeson, base, bytestring, contravariant
, exceptions, free, lens, monad-control, mtl, one-liner, opaleye
, postgresql-simple, profunctors, resourcet, scientific, stdenv
, streaming, streaming-postgresql-simple, tagged, text, time
, transformers, uuid, vector
}:
mkDerivation {
pname = "rel8";
version = "0.1.0.0";
src = ./.;
libraryHaskellDepends = [
base one-liner opaleye postgresql-simple
profunctors scientific streaming tagged text exceptions free
streaming-postgresql-simple lens
adjunctions aeson base bytestring contravariant exceptions free
lens monad-control mtl one-liner opaleye postgresql-simple
profunctors resourcet scientific streaming
streaming-postgresql-simple tagged text time transformers uuid
vector
];
testHaskellDepends = [ base ];
description = "A type-safe, expressive and concise API for querying relational databases using Opaleye";
license = stdenv.lib.licenses.bsd3;
}

0 comments on commit 3e46897

Please sign in to comment.