Cabal revisions of dep-t-0.6.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: dep-t version: 0.6.1.0 +x-revision: 1 synopsis: Dependency injection for records-of-functions. description: Put all your functions in the environment record! Let all your functions read from the environment record! No favorites! common common build-depends: base >=4.10.0.0 && < 5, - transformers ^>= 0.5.0.0, - mtl ^>= 2.2, - unliftio-core ^>= 0.2.0.0, + transformers >= 0.5.0.0, + mtl >= 2.2, + unliftio-core >= 0.2.0.0, default-language: Haskell2010 library