Skip to content

Commit

Permalink
Add a package flag to cryptonite
Browse files Browse the repository at this point in the history
Suggestion from: DanielG/ghc-mod#762
Addresses: IHaskell#636

I do not fully understand the implications of this change, but it fixed the problem for me (once I forced stack to rebuild `cryptonite`)
  • Loading branch information
rpglover64 committed May 10, 2016
1 parent c8928b8 commit 80cf5a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
flags: {}
ghc-options:
cryptonite: -opta-Wa,-mrelax-relocations=no
packages:
- '.'
- ipython-kernel/
Expand Down

0 comments on commit 80cf5a3

Please sign in to comment.