packages feed

Cabal revisions of tagged-transformer-0.8

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:           tagged-transformer-version:        0.8-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-homepage:       http://github.com/ekmett/tagged-transformer-copyright:      2011-2013 Edward A. Kmett-description:    Provides newtype wrappers for phantom types to avoid unsafely passing dummy arguments-build-type:     Simple-cabal-version:  >=1.6-extra-source-files:-  .travis.yml-  .vim.custom-  .ghci-  .gitignore-  CHANGELOG.markdown-  README.markdown--source-repository head-  type: git-  location: git://github.com/ekmett/tagged-transformer.git--library-  build-depends:-    base                      >= 4        && < 5,-    comonad                   >= 4        && < 5,-    contravariant             >= 0.3      && < 2,-    distributive              >= 0.3      && < 1,-    exceptions                >= 0.6      && < 1,-    mtl                       >= 2.0.1    && < 2.3,-    reflection                >= 1.1.6    && < 3,-    semigroupoids             >= 4        && < 5,-    tagged                    >= 0.4.4    && < 1--  exposed-modules:-    Data.Functor.Trans.Tagged--  hs-source-dirs: src-  ghc-options: -Wall--  if !impl(hugs)-    cpp-options: -DLANGUAGE_DeriveDataTypeable-    other-extensions: DeriveDataTypeable+name:           tagged-transformer
+version:        0.8
+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
+homepage:       http://github.com/ekmett/tagged-transformer
+copyright:      2011-2013 Edward A. Kmett
+description:    Provides newtype wrappers for phantom types to avoid unsafely passing dummy arguments
+build-type:     Simple
+cabal-version:  >=1.6
+extra-source-files:
+  .travis.yml
+  .vim.custom
+  .ghci
+  .gitignore
+  CHANGELOG.markdown
+  README.markdown
+
+source-repository head
+  type: git
+  location: git://github.com/ekmett/tagged-transformer.git
+
+library
+  build-depends:
+    base                      >= 4        && < 5,
+    comonad                   >= 4        && < 6,
+    contravariant             >= 0.3      && < 2,
+    distributive              >= 0.3      && < 1,
+    exceptions                >= 0.6      && < 1,
+    mtl                       >= 2.0.1    && < 2.3,
+    reflection                >= 1.1.6    && < 3,
+    semigroupoids             >= 4        && < 6,
+    tagged                    >= 0.4.4    && < 1
+
+  exposed-modules:
+    Data.Functor.Trans.Tagged
+
+  hs-source-dirs: src
+  ghc-options: -Wall
+
+  if !impl(hugs)
+    cpp-options: -DLANGUAGE_DeriveDataTypeable
+    other-extensions: DeriveDataTypeable