Cabal revisions of varying-0.6.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.6.0.0+x-revision: 1 -- A short (one-line) description of the package. synopsis: FRP through value streams and monadic splines. -- other-extensions: -- Other library packages from which modules are imported.- build-depends: base >=4.6 && <5.0+ build-depends: base >=4.6 && <4.11 , transformers >=0.3 -- Directories containing source files. ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -- Other library packages from which modules are imported.- build-depends: base >=4.6 && <5.0+ build-depends: base >=4.6 && <4.11 , transformers >=0.3 , time >=1.4 , varying ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -- Other library packages from which modules are imported.- build-depends: base >=4.6 && <5.0+ build-depends: base >=4.6 && <4.11 , time >=1.4 , transformers , varying