Skip to content

Commit

Permalink
removing Util.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Dec 12, 2024
1 parent f268f20 commit 00bb1e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
24 changes: 0 additions & 24 deletions auto-update/Control/AutoUpdate/Util.hs

This file was deleted.

3 changes: 1 addition & 2 deletions auto-update/Control/Reaper.hs
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ module Control.Reaper (
mkListAction,
) where

import Control.AutoUpdate.Util (atomicModifyIORef')
import Control.Concurrent (ThreadId, forkIO, killThread, threadDelay)
import Control.Exception (mask_)
import Control.Reaper.Internal
import Data.IORef (IORef, newIORef, readIORef, writeIORef)
import Data.IORef (IORef, atomicModifyIORef', newIORef, readIORef, writeIORef)
import GHC.Conc.Sync (labelThread)

-- | Settings for creating a reaper. This type has two parameters:
Expand Down
1 change: 0 additions & 1 deletion auto-update/auto-update.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ library
Control.Debounce.Internal
Control.Reaper
Control.Reaper.Internal
other-modules: Control.AutoUpdate.Util
build-depends: base >= 4.12 && < 5
default-language: Haskell2010
if impl(ghc >= 8)
Expand Down

0 comments on commit 00bb1e6

Please sign in to comment.