Skip to content

Commit

Permalink
add dotenv-micro
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Oct 4, 2023
1 parent 71e8f49 commit 1779ae3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ms-auth/ms-auth.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ library
, cryptohash-sha256
, directory
, directory >= 1.3.6.2
, dotenv-micro >= 0.1
, entropy
, exceptions >= 0.10
, http-client
Expand All @@ -62,9 +63,7 @@ library
-Widentities
-Wincomplete-record-updates
-Wincomplete-uni-patterns
-Wmissing-export-lists
-Wmissing-home-modules
-Wpartial-fields
-Wredundant-constraints

source-repository head
Expand Down
3 changes: 2 additions & 1 deletion ms-auth/src/Network/OAuth2/Provider/AzureAD/SharedKey.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# language OverloadedStrings #-}
{-# language TupleSections #-}
{-# options_ghc -Wno-unused-imports #-}
module Network.OAuth2.Provider.AzureAD.SharedKey where

Expand Down Expand Up @@ -83,7 +84,7 @@ test0 = do
createRequest :: ToSignLite
-> String -- ^ storage account name
-> String -- ^ fileshare name
-> BS.ByteString -- ^ key
-> BS.ByteString -- ^ shared key for the storage account
-> IO Request
createRequest tsl acct share k = do
s <- signed tsl k
Expand Down
1 change: 1 addition & 0 deletions ms-auth/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ packages:
- .

extra-deps:
- dotenv-micro-0.1.0.1
- validation-micro-1.0.0.0
# - git: https://github.com/commercialhaskell/stack.git
# commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a
Expand Down

0 comments on commit 1779ae3

Please sign in to comment.