Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaibu committed Nov 3, 2023
1 parent a18b763 commit d419af5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Application/Helper/Controller.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Config
import "cryptonite" Crypto.PubKey.RSA as RSA
import Data.ByteString.Base64 as Base64
import "cryptonite" Crypto.PubKey.RSA.PKCS15 as RSA.PKCS15
import Crypto.Hash.Algorithms as Hash.Algorithms
import "cryptonite" Crypto.Hash.Algorithms as Hash.Algorithms


-- Here you can add functions which are available in all your controllers
Expand Down
2 changes: 1 addition & 1 deletion Application/Helper/View.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Application.Helper.View where

import IHP.ViewPrelude
import "cryptonite" Crypto.PubKey.RSA.PKCS15 as RSA
import Crypto.Hash.Algorithms as Hash.Algorithms
import "cryptonite" Crypto.Hash.Algorithms as Hash.Algorithms
import Data.ByteString.Base64 as Base64
import Application.Helper.Controller

Expand Down
2 changes: 1 addition & 1 deletion Web/Controller/ImageStyle.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import qualified Data.Text as Text

-- Imports for the signed token.
import "cryptonite" Crypto.PubKey.RSA.PKCS15 as RSA
import Crypto.Hash.Algorithms as Hash.Algorithms
import "cryptonite" Crypto.Hash.Algorithms as Hash.Algorithms
import Config
import Data.ByteString.Base64 as Base64

Expand Down
2 changes: 1 addition & 1 deletion Web/View/ParagraphQuotes/Show.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Web.Element.Types
import Web.Element.ElementWrap
import Web.Element.InnerElementLayout
import "cryptonite" Crypto.PubKey.RSA.PKCS15 as RSA
import Crypto.Hash.Algorithms as Hash.Algorithms
import "cryptonite" Crypto.Hash.Algorithms as Hash.Algorithms
import qualified Config
import IHP.ControllerSupport
import Data.ByteString.Base64 as Base64
Expand Down

0 comments on commit d419af5

Please sign in to comment.