Cabal revisions of unconstrained-0.1.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: unconstrained-version: 0.1.0.2-synopsis: Null constraint--- description: -license: BSD3-license-file: LICENSE-author: M Farkas-Dyck-maintainer: strake888@gmail.com--- copyright: -category: Constraints-build-type: Simple-cabal-version: >=1.10--library- exposed-modules: Unconstrained- -- other-modules: - default-extensions: PolyKinds- other-extensions: FlexibleInstances- build-depends: - hs-source-dirs: src- default-language: Haskell2010- default-extensions: NoImplicitPrelude+name: unconstrained +version: 0.1.0.2 +x-revision: 1 +synopsis: Null constraint +-- description: +license: BSD3 +license-file: LICENSE +author: M Farkas-Dyck +maintainer: strake888@gmail.com +-- copyright: +category: Constraints +build-type: Simple +cabal-version: >=1.10 + +library + exposed-modules: Unconstrained + -- other-modules: + default-extensions: PolyKinds + other-extensions: FlexibleInstances + build-depends: + hs-source-dirs: src + default-language: Haskell2010 + default-extensions: NoImplicitPrelude + +source-repository head + type: git + location: https://github.com/strake/unconstrained.hs