Cabal revisions of lucid-2.9.12
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: lucid version: 2.9.12+x-revision: 1 synopsis: Clear to write, read and edit DSL for HTML description: Clear to write, read and edit DSL for HTML. build-type: Simple cabal-version: >=1.8 extra-source-files: README.md, CHANGELOG.md-tested-with: GHC==7.10.3,GHC==8.0.2,GHC==8.2.2,GHC==8.4.4,GHC==8.6.5, GHC==8.8.1+tested-with: GHC==7.10.3,GHC==8.0.2,GHC==8.2.2,GHC==8.4.4,GHC==8.6.5,GHC==8.8.3,GHC==8.10.1 library hs-source-dirs: src/ Lucid.Bootstrap -- GHC boot libraries- build-depends: base >=4.8 && <4.14+ build-depends: base >=4.8 && <4.15 , bytestring >=0.10.6.0 , containers >=0.5.6.2 , transformers >=0.4.2.0
revision 2
name: lucid version: 2.9.12-x-revision: 1+x-revision: 2 synopsis: Clear to write, read and edit DSL for HTML description: Clear to write, read and edit DSL for HTML. , transformers >=0.4.2.0 -- GHC boot libraries since 8.4.- build-depends: mtl >=2.2+ build-depends: mtl >=2.2 && < 2.3 , text >=1.2.0.2 -- compat packages