Skip to content

Commit

Permalink
fix(sut): add missing overloaded strings extension
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-stevan-andjelkovic committed Feb 18, 2022
1 parent 8a7a044 commit 26760e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sut/dumblog/src/Dumblog/SQLite/DB.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{-# LANGUAGE OverloadedStrings #-}

module Dumblog.SQLite.DB
(Connection, module Dumblog.SQLite.DB)
where
Expand Down
2 changes: 2 additions & 0 deletions src/sut/dumblog/src/Dumblog/SQLite/FrontEnd.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{-# LANGUAGE OverloadedStrings #-}

module Dumblog.SQLite.FrontEnd where

import Control.Concurrent.MVar (newEmptyMVar, takeMVar)
Expand Down

0 comments on commit 26760e0

Please sign in to comment.