Cabal revisions of tagged-0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: tagged-version: 0.1.0-license: BSD3-license-file: LICENSE-author: Edward A. Kmett-maintainer: Edward A. Kmett <ekmett@gmail.com>-stability: experimental-category: Data, Phantom Types-synopsis: Provides newtype wrappers for phantom types to avoid unsafely passing dummy arguments-copyright: 2009 Edward A. Kmett-description: Provides newtype wrappers for phantom types to avoid unsafely passing dummy arguments-build-type: Simple-cabal-version: >=1.2--library- build-depends: - base >= 4 && < 5,- data-default >= 0.2 && < 3- exposed-modules:- Data.Tagged- ghc-options: -Wall+name: tagged +version: 0.1.0 +x-revision: 1 +license: BSD3 +license-file: LICENSE +author: Edward A. Kmett +maintainer: Edward A. Kmett <ekmett@gmail.com> +stability: experimental +category: Data, Phantom Types +synopsis: Provides newtype wrappers for phantom types to avoid unsafely passing dummy arguments +copyright: 2009 Edward A. Kmett +description: Provides newtype wrappers for phantom types to avoid unsafely passing dummy arguments +build-type: Simple +cabal-version: >=1.2 + +library + build-depends: + base >= 4 && < 4.11, + data-default >= 0.2 && < 3 + exposed-modules: + Data.Tagged + ghc-options: -Wall