Skip to content

Instantly share code, notes, and snippets.

@barrucadu
Created February 4, 2019 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barrucadu/3ef0b43e904cd536a31302e9f82f83ff to your computer and use it in GitHub Desktop.
Save barrucadu/3ef0b43e904cd536a31302e9f82f83ff to your computer and use it in GitHub Desktop.
Diff applied to https://github.com/adjoint-io/raft at commit 4c80a50da6a5ee3ddba848a40882614ffbd6d0c2
diff --git a/package.yaml b/package.yaml
index a93f7cb..c58804d 100644
--- a/package.yaml
+++ b/package.yaml
@@ -80,7 +80,7 @@ tests:
- -rtsopts
- -with-rtsopts=-N
dependencies:
- - dejafu >= 1.0.0.0 && < 2.0.0.0
+ - dejafu
- hunit-dejafu
- libraft
- process >= 1.6.3.0 && < 1.7.0.0
diff --git a/stack.yaml b/stack.yaml
index 912e5c3..99631d3 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -3,13 +3,15 @@ resolver: lts-13.3
packages:
- .
+nix: { packages: [haskellPackages.happy postgresql] }
+
extra-deps:
- repline-0.2.0.0
- quickcheck-state-machine-0.4.3
- tree-diff-0.0.2
- split-0.2.3.3
- concurrency-1.6.2.0
-- dejafu-1.12.0.0
-- tasty-dejafu-1.2.1.0
-- hunit-dejafu-1.2.1.0
+- ../dejafu/dejafu
+- ../dejafu/tasty-dejafu
+- ../dejafu/hunit-dejafu
- process-1.6.5.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment