packages feed

Cabal revisions of data-transform-0.1.0.1

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

revision 1
-name:                data-transform-version:             0.1.0.1-synopsis:            Functions to transform data structures.-description:         This library provides a simple way to transform parts of-                     complex data structures. It is based on Data.Data.-license:             BSD3-license-file:        LICENSE-author:              Jonas Scholl-maintainer:          jonas.scholl@gmx.de-copyright:           (c) 2014 Jonas Scholl-category:            Data-build-type:          Simple-cabal-version:       >=1.10--library-  exposed-modules:     Data.Transform, Data.Transform.Internal-  other-extensions:    GADTs,-                       Trustworthy,-                       FlexibleInstances,-                       TypeFamilies,-                       LambdaCase,-                       MultiParamTypeClasses,-                       FunctionalDependencies,-                       UndecidableInstances-  build-depends:       base >= 4 && < 5,-                       mtl,-                       containers-  hs-source-dirs:      src-  ghc-options:         -Wall -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-incomplete-uni-patterns-  default-language:    Haskell2010--source-repository head-  type:     git-  location: git://github.com/ajscholl/data-transform.git-+name:                data-transform
+version:             0.1.0.1
+x-revision: 1
+synopsis:            Functions to transform data structures.
+description:         This library provides a simple way to transform parts of
+                     complex data structures. It is based on Data.Data.
+license:             BSD3
+license-file:        LICENSE
+author:              Jonas Scholl
+maintainer:          jonas.scholl@gmx.de
+copyright:           (c) 2014 Jonas Scholl
+category:            Data
+build-type:          Simple
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Data.Transform, Data.Transform.Internal
+  other-extensions:    GADTs,
+                       Trustworthy,
+                       FlexibleInstances,
+                       TypeFamilies,
+                       LambdaCase,
+                       MultiParamTypeClasses,
+                       FunctionalDependencies,
+                       UndecidableInstances
+  build-depends:       base >= 4 && < 4.11,
+                       mtl,
+                       containers
+  hs-source-dirs:      src
+  ghc-options:         -Wall -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-incomplete-uni-patterns
+  default-language:    Haskell2010
+
+source-repository head
+  type:     git
+  location: git://github.com/ajscholl/data-transform.git
+