Skip to content

Commit

Permalink
Add tabular dependency to Nix build. #71
Browse files Browse the repository at this point in the history
  • Loading branch information
epost committed Oct 16, 2018
1 parent 471830f commit 4f74226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aql.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ mkDerivation, stdenv, hpack, hspec
, base, containers, megaparsec, term-rewriting }:
, base, containers, megaparsec, term-rewriting, tabular }:

mkDerivation {
pname = "aql";
Expand All @@ -11,7 +11,7 @@ mkDerivation {
doCheck = true;

libraryHaskellDepends = [
base containers megaparsec term-rewriting
base containers megaparsec term-rewriting tabular
];
executableHaskellDepends = [
base containers megaparsec term-rewriting
Expand Down

0 comments on commit 4f74226

Please sign in to comment.