Skip to content

Commit

Permalink
fix(#1234); Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Jul 22, 2024
1 parent be3f7d0 commit f1ab6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govtool/backend/src/VVA/Metadata.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Control.Exception (Exception, try)
import Control.Monad.Except (MonadError, throwError)
import Control.Monad.Reader

import Data.Aeson ( Value(..), decode, encode, object, (.=), encode, object, (.=) )
import Data.Aeson ( Value(..), decode, encode, object, (.=), FromJSON )
import Data.Aeson.KeyMap (lookup)
import Data.ByteString (ByteString)
import Data.FileEmbed (embedFile)
Expand Down

0 comments on commit f1ab6c9

Please sign in to comment.