Cabal revisions of simple-log-0.8.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: simple-log Version: 0.8.4 +x-revision: 1 Synopsis: Simple log for Haskell Description: Log library for Haskell License: BSD3 library hs-source-dirs: src build-depends: - base >= 4.0 && < 6, + base >= 4.8 && < 4.11, async >= 2.0 && < 3.0, base-unicode-symbols >= 0.2 && < 0.3, containers >= 0.5 && < 0.6, default-language: Haskell2010 default-extensions: UnicodeSyntax build-depends: - base >= 4.0 && < 6, + base >= 4.8 && < 4.11, simple-log, hspec >= 2.3 && < 2.5, microlens-platform == 0.3.*,