Skip to content

Commit

Permalink
using unliftio
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Jul 11, 2023
1 parent 3334236 commit ffda737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion time-manager/System/TimeManager.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module System.TimeManager (
) where

import Control.Concurrent (myThreadId)
import qualified Control.Exception as E
import qualified UnliftIO.Exception as E
import Control.Reaper
import Data.Typeable (Typeable)
import Data.IORef (IORef)
Expand Down
1 change: 1 addition & 0 deletions time-manager/time-manager.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ Description: Scalable timer functions provided by a timer manager.
Library
Build-Depends: base >= 4.12 && < 5
, auto-update
, unliftio
Exposed-modules: System.TimeManager
Ghc-Options: -Wall

0 comments on commit ffda737

Please sign in to comment.