Cabal revisions of newtype-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: newtype-Version: 0.1-Synopsis: A typeclass and set of functions for working with newtypes.-Description: Per Conor McBride, the Newtype typeclass represents the packing and unpacking of a newtype, and allows you to operatate under that newtype with functions such as ala.-License: BSD3-License-file: LICENSE-Author: Darius Jahandarie, Conor McBride-Maintainer: Darius Jahandarie <djahandarie at gmail>--- Copyright: -Category: Control-Build-type: Simple--- Extra-source-files: -Cabal-version: >=1.2--Library- Exposed-modules: Control.Newtype- Build-depends: base >= 3.0 && < 6- -- Other-modules: - -- Build-tools: - Ghc-options: -Wall+Name: newtype +Version: 0.1 +x-revision: 1 +Synopsis: A typeclass and set of functions for working with newtypes. +Description: Per Conor McBride, the Newtype typeclass represents the packing and unpacking of a newtype, and allows you to operatate under that newtype with functions such as ala. +License: BSD3 +License-file: LICENSE +Author: Darius Jahandarie, Conor McBride +Maintainer: Darius Jahandarie <djahandarie at gmail> +-- Copyright: +Category: Control +Build-type: Simple +-- Extra-source-files: +Cabal-version: >=1.2 + +Library + Exposed-modules: Control.Newtype + Build-depends: base >= 3.0 && < 4.13 + -- Other-modules: + -- Build-tools: + Ghc-options: -Wall