Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit dd8446c

Browse files
author
Patrick Thomson
committed
Drop the transformers dependency.
1 parent b1a2b85 commit dd8446c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

semantic.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ common dependencies
6767
, streaming ^>= 0.2.2.0
6868
, text ^>= 1.2.3.1
6969
, these >= 0.7 && <1
70-
, transformers ^>= 0.5.6.2
7170
, unix ^>= 2.7.2.2
7271
, proto3-suite
7372
, proto3-wire

src/Diffing/Algorithm/RWS.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module Diffing.Algorithm.RWS
1414
, equalTerms
1515
) where
1616

17-
import Control.Monad.Trans.State.Strict
17+
import Control.Monad.State.Strict
1818
import Data.Diff (DiffF(..), deleting, inserting, merge, replacing)
1919
import qualified Data.KdMap.Static as KdMap
2020
import Data.List (sortOn)

0 commit comments

Comments
 (0)