bcrypt is no longer a required dependency

Fixes #395
This commit is contained in:
Joe Nelson
2015-11-29 23:02:34 -08:00
parent f17d47790a
commit cbc6685725
2 changed files with 3 additions and 3 deletions
+1
View File
@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Miscalculation of time used for expiring tokens - @calebmer
- Remove bcrypt dependency to fix Windows build - @begriffs
## [0.3.0.1] - 2015-11-27
+2 -3
View File
@@ -50,7 +50,7 @@ executable postgrest
, regex-base, regex-tdfa
, Ranged-sets
, transformers, MissingH
, bcrypt >= 0.0.6, base64-string
, base64-string
, network-uri >= 2.6
, resource-pool
, blaze-builder
@@ -89,7 +89,6 @@ library
, aeson
, base >=4.6 && <5
, base64-string
, bcrypt
, bifunctors
, blaze-builder
, bytestring
@@ -192,7 +191,7 @@ Test-Suite spec
, http-media, regex-tdfa
, Ranged-sets
, transformers, MissingH, split
, bcrypt, base64-string
, base64-string
, network-uri
, resource-pool
, blaze-builder