mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-23 08:27:24 +03:00
Replace deprecated prettyprinter import with modern equivalent
Also bump the lower version bounds on `prettyprinter`.
This commit is contained in:
parent
ce10bc9243
commit
729c65054b
@ -61,7 +61,7 @@ library
|
||||
, macaw-ppc-symbolic
|
||||
, mtl
|
||||
, parameterized-utils
|
||||
, prettyprinter
|
||||
, prettyprinter >= 1.7
|
||||
, text
|
||||
, what4 >= 0.4.0
|
||||
, scheduler >= 1.4 && < 1.6
|
||||
|
@ -8,7 +8,7 @@ module Data.Macaw.Refinement.Logging (
|
||||
import qualified Control.Exception as X
|
||||
import qualified Data.Macaw.CFG.Core as MC
|
||||
import qualified Data.Macaw.Memory as MM
|
||||
import qualified Data.Text.Prettyprint.Doc as PP
|
||||
import qualified Prettyprinter as PP
|
||||
import Text.Printf ( printf )
|
||||
|
||||
data RefinementLog arch = RefiningTransferAt (MC.ArchSegmentOff arch)
|
||||
|
Loading…
Reference in New Issue
Block a user