Skip to content

Commit

Permalink
Move S.P.CoreMem.Choices to S.MemInfo.Choices
Browse files Browse the repository at this point in the history
  • Loading branch information
adetokunbo committed Dec 29, 2023
1 parent 043699b commit ff09e78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hs-core-mem.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ source-repository head

library
exposed-modules: System.Process.CoreMem
System.Process.CoreMem.Choices
System.Process.CoreMem.Prelude
System.MemInfo.Choices
System.MemInfo.SysInfo
hs-source-dirs: src
build-depends:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{- |
Module : System.Process.CoreMem.Choices
Module : System.MemInfo.Choices
Copyright : (c) 2022 Tim Emiola
Maintainer : Tim Emiola <[email protected]>
SPDX-License-Identifier: BSD3
Defines the command line flags used to control the behaviour of the core-mem
command
-}
module System.Process.CoreMem.Choices (
module System.MemInfo.Choices (
-- * data types
Choices (..),
cmdInfo,
Expand Down
2 changes: 1 addition & 1 deletion src/System/Process/CoreMem.hs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ import System.Directory (
listDirectory,
)
import System.Exit (exitFailure)
import System.MemInfo.Choices (Choices (..), cmdInfo)
import System.MemInfo.SysInfo (KernelVersion, readKernelVersion, unknownShared)
import System.Posix.User (getEffectiveUserID)
import System.Process.CoreMem.Choices (Choices (..), cmdInfo)
import System.Process.CoreMem.Prelude


Expand Down

0 comments on commit ff09e78

Please sign in to comment.