Cabal revisions of util-exception-0.2.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: util-exception-version: 0.2.0.0-synopsis: Exceptional utilities--- description: -license: BSD3-license-file: LICENSE-author: M Farkas-Dyck-maintainer: strake888@gmail.com--- copyright: -category: Exception, Util-build-type: Simple-cabal-version: >=1.10--library- exposed-modules: Util.Exception- -- other-modules: - -- other-extensions: - build-depends: base >=4.9 && <5- , basic >=0.1 && <0.2- , control >=0.1.1 && <0.2- , lifted-base-tf >=0.1 && <0.2- , util >=0.1.7 && <0.2- -- hs-source-dirs: - default-language: Haskell2010- default-extensions: UnicodeSyntax- , FlexibleContexts- , ExistentialQuantification- , GeneralizedNewtypeDeriving- , DeriveFunctor- , DeriveFoldable- , DeriveTraversable- ghc-options: -Wall+name: util-exception +version: 0.2.0.0 +x-revision: 1 +synopsis: Exceptional utilities +-- description: +license: BSD3 +license-file: LICENSE +author: M Farkas-Dyck +maintainer: strake888@gmail.com +-- copyright: +category: Exception, Util +build-type: Simple +cabal-version: >=1.10 + +library + exposed-modules: Util.Exception + -- other-modules: + -- other-extensions: + build-depends: base >=4.9 && <5 + , basic >=0.1 && <0.2 + , control >=0.1.1 && <0.2 + , lifted-base-tf >=0.1 && <0.2 + , util >=0.1.7 && <0.2 + -- hs-source-dirs: + default-language: Haskell2010 + default-extensions: UnicodeSyntax + , FlexibleContexts + , ExistentialQuantification + , GeneralizedNewtypeDeriving + , DeriveFunctor + , DeriveFoldable + , DeriveTraversable + ghc-options: -Wall + +source-repository head + type: git + location: https://github.com/strake/util-exception.hs
revision 2
name: util-exception version: 0.2.0.0 -x-revision: 1 +x-revision: 2 synopsis: Exceptional utilities -- description: license: BSD3 license-file: LICENSE author: M Farkas-Dyck -maintainer: strake888@gmail.com +maintainer: None -- copyright: category: Exception, Util build-type: Simple , DeriveFoldable , DeriveTraversable ghc-options: -Wall - -source-repository head - type: git - location: https://github.com/strake/util-exception.hs