forked from filipg/gonito
Update geval
This commit is contained in:
parent
8dd90506d1
commit
499d14ed40
@ -60,6 +60,10 @@ current :: Diff a -> a
|
||||
current (OneThing u) = u
|
||||
current (TwoThings _ new) = new
|
||||
|
||||
older :: Diff a -> a
|
||||
older (OneThing u) = u
|
||||
older (TwoThings old _) = old
|
||||
|
||||
class Diffable t where
|
||||
type DiffSettings t
|
||||
type DiffResult t
|
||||
|
@ -130,7 +130,7 @@ library
|
||||
, filemanip
|
||||
, cryptohash
|
||||
, markdown
|
||||
, geval >= 1.37.2 && < 1.38
|
||||
, geval >= 1.37.2 && < 1.39
|
||||
, filepath
|
||||
, yesod-table
|
||||
, regex-tdfa
|
||||
|
Loading…
Reference in New Issue
Block a user