packages feed

hat 2.9.3 → 2.9.4

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hat.cabal view
@@ -1,6 +1,6 @@  name:                hat-version:             2.9.3+version:             2.9.4 synopsis:            The Haskell tracer, generating and viewing Haskell execution traces description:   hat-trans transforms Module.hs into Hat/Module.hs such that when the program is@@ -80,7 +80,7 @@ executable hat-trans   main-is:           HatTrans.hs   hs-source-dirs:    trans-  other-modules:     Wired, SynHelp, Relation, Wrap, Flags, Environment, AuxFile, Derive, TraceTrans, HatTrans+  other-modules:     Wired, SynHelp, Relation, Wrap, Flags, Environment, AuxFile, Derive, TraceTrans   build-depends:     base >=4.9, bytestring >=0.9, directory >=1.1, haskell-src-exts >= 1.18 && < 1.19, containers >= 0.5.2, filepath >= 1.3   includes:	     hat-c.h, art.h, ntohl.h   include-dirs:	     include, Hat