Cabal revisions of ClasshSS-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 3.4-name: ClasshSS-version: 0.1.0.0-synopsis:- Typified Tailwind for Rapid Development--- description:-homepage: https://github.com/augyg/ClasshSS-license: MIT-license-file: LICENSE-author: Galen Sprout-maintainer: galen.sprout@gmail.com--- copyright:-category: Web-build-type: Simple-extra-doc-files: CHANGELOG.md--- extra-source-files:--common warnings- ghc-options: -Wall--library- import: warnings- exposed-modules: Classh- -- other-modules:- -- other-extensions:- build-depends: base ^>=4.15.1.0- , lens >=5.2.3- , template-haskell>=2.17.0.0- , text >=1.2.5.0- , data-default >= 0.7.1.1- hs-source-dirs: src- default-language: Haskell2010+cabal-version: 3.4 +name: ClasshSS +version: 0.1.0.0 +x-revision: 1 +synopsis: + Typified Tailwind for Rapid Development +-- description: +homepage: https://github.com/augyg/ClasshSS +license: MIT +license-file: LICENSE +author: Galen Sprout +maintainer: galen.sprout@gmail.com +-- copyright: +category: Web +build-type: Simple +extra-doc-files: CHANGELOG.md +-- extra-source-files: + +common warnings + ghc-options: -Wall + +library + import: warnings + exposed-modules: Classh + -- other-modules: + -- other-extensions: + build-depends: base ^>=4.18.1.0 + , lens >=5.2.3 + , template-haskell>=2.17.0.0 + , text >=1.2.5.0 + , data-default >= 0.7.1.1 + hs-source-dirs: src + default-language: Haskell2010
revision 2
cabal-version: 3.4 name: ClasshSS version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Typified Tailwind for Rapid Development -- description: exposed-modules: Classh -- other-modules: -- other-extensions: - build-depends: base ^>=4.18.1.0 + build-depends: base >=4.15.0.0 && < 5 , lens >=5.2.3 , template-haskell>=2.17.0.0 , text >=1.2.5.0