Cabal revisions of dual-0.1.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: dual-version: 0.1.1.1-synopsis: Dual category--- description: -license: BSD3-license-file: LICENSE-author: M Farkas-Dyck-maintainer: strake888@gmail.com--- copyright: -category: Math-build-type: Simple-cabal-version: >=1.10--library- exposed-modules:- Control.Category.Dual- Data.Bifunctor.Flip- -- other-modules: - -- other-extensions: - build-depends: base >=4.7 && <5- -- hs-source-dirs: - default-language: Haskell2010- default-extensions: PolyKinds+name: dual +version: 0.1.1.1 +x-revision: 1 +synopsis: Dual category +-- description: +license: BSD3 +license-file: LICENSE +author: M Farkas-Dyck +maintainer: strake888@gmail.com +-- copyright: +category: Math +build-type: Simple +cabal-version: >=1.10 + +library + exposed-modules: + Control.Category.Dual + Data.Bifunctor.Flip + -- other-modules: + -- other-extensions: + build-depends: base >=4.7 && <5 + -- hs-source-dirs: + default-language: Haskell2010 + default-extensions: PolyKinds + +source-repository head + type: git + location: https://github.com/strake/dual.hs