Add base64-bytestring dependency for basic auth

This commit is contained in:
aaron levin 2015-05-11 16:57:57 -04:00 committed by aaron levin
parent 41781e728a
commit 11583d8ed4

View file

@ -42,9 +42,11 @@ library
Servant.Server.Internal.ServantErr Servant.Server.Internal.ServantErr
Servant.Utils.StaticFiles Servant.Utils.StaticFiles
build-depends: build-depends:
<<<<<<< HEAD
base >= 4.7 && < 5 base >= 4.7 && < 5
, aeson >= 0.7 && < 0.11 , aeson >= 0.7 && < 0.11
, attoparsec >= 0.12 && < 0.14 , attoparsec >= 0.12 && < 0.14
, base64-bytestring >= 1.0.0.0
, bytestring >= 0.10 && < 0.11 , bytestring >= 0.10 && < 0.11
, containers >= 0.5 && < 0.6 , containers >= 0.5 && < 0.6
, http-api-data >= 0.1 && < 0.3 , http-api-data >= 0.1 && < 0.3