Skip to content

Commit

Permalink
Fixed RNCryptor#28
Browse files Browse the repository at this point in the history
This commit allows this library to be compiled against GHC 8.4.4 and the
most recent LTS.
  • Loading branch information
adinapoli-iohk committed Nov 21, 2018
1 parent 01aca39 commit 8177627
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ cabal.sandbox.config
shell.nix
cabal.config
.stack-work
dist
dist-newstyle
cabal.project.local
.cabal.project.local
tags
4 changes: 2 additions & 2 deletions rncryptor.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library
, bytestring >= 0.9.0
, mtl >= 2.1
, random >= 1.0.0.1
, QuickCheck >= 2.6 && < 2.9
, QuickCheck >= 2.6 && < 3.0
, io-streams >= 1.2.0.0
, cryptonite >= 0.15
, memory
Expand Down Expand Up @@ -115,4 +115,4 @@ benchmark store-bench
, bytestring >= 0.10.4.0
, criterion
, rncryptor
default-language: Haskell2010
default-language: Haskell2010
8 changes: 8 additions & 0 deletions stack-12.19.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
resolver: lts-12.19
install-ghc: true
flags: {}
packages:
- '.'
system-ghc: false
extra-deps:
- fastpbkdf2-0.1.0.0

0 comments on commit 8177627

Please sign in to comment.