Skip to content

Commit

Permalink
Drop the transformers dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickt committed Jun 20, 2019
1 parent b1a2b85 commit dd8446c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion semantic.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ common dependencies
, streaming ^>= 0.2.2.0
, text ^>= 1.2.3.1
, these >= 0.7 && <1
, transformers ^>= 0.5.6.2
, unix ^>= 2.7.2.2
, proto3-suite
, proto3-wire
Expand Down
2 changes: 1 addition & 1 deletion src/Diffing/Algorithm/RWS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module Diffing.Algorithm.RWS
, equalTerms
) where

import Control.Monad.Trans.State.Strict
import Control.Monad.State.Strict
import Data.Diff (DiffF(..), deleting, inserting, merge, replacing)
import qualified Data.KdMap.Static as KdMap
import Data.List (sortOn)
Expand Down

0 comments on commit dd8446c

Please sign in to comment.