packages feed

Cabal revisions of envy-1.0.0.0

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

revision 1
-name:                envy-version:             1.0.0.0-synopsis:            An environmentally friendly way to deal with environment variables-license:             BSD3-license-file:        LICENSE-author:              David Johnson, Tim Adams-maintainer:          djohnson.m@gmail.com-copyright:           David Johnson (c) 2015-category:            System-build-type:          Simple-cabal-version:       >=1.10-description:-  For package use information see the <https://github.com/dmjio/envy/blob/master/README.md README.md>--extra-source-files:-    README.md-    examples/Test.hs--library-  exposed-modules:      System.Envy-  ghc-options:          -Wall-  hs-source-dirs:       src-  build-depends:        base         >= 4.7 && < 5-                      , bytestring   == 0.10.*-                      , containers   == 0.5.*-                      , mtl          == 2.2.*-                      , text         == 1.2.*-                      , time         == 1.5.*-                      , transformers == 0.4.*-  default-language:     Haskell2010--test-suite spec-    type:               exitcode-stdio-1.0-    ghc-options:        -Wall-    hs-source-dirs:     tests-    main-is:            Main.hs-    build-depends:      base                 >= 4.7 && < 5-                      , bytestring           == 0.10.*-                      , envy                 == 1.0.*-                      , hspec                == 2.2.*-                      , mtl                  == 2.2.*-                      , quickcheck-instances == 0.3.*-                      , QuickCheck           == 2.8.*-                      , text                 == 1.2.*-                      , time                 == 1.5.*-                      , transformers         == 0.4.*-    default-language:   Haskell2010---source-repository head-  type:     git-  location: https://github.com/dmjio/envy+name:                envy
+version:             1.0.0.0
+x-revision: 1
+synopsis:            An environmentally friendly way to deal with environment variables
+license:             BSD3
+license-file:        LICENSE
+author:              David Johnson, Tim Adams, Eric Mertens
+maintainer:          djohnson.m@gmail.com
+copyright:           David Johnson (c) 2015
+category:            System
+build-type:          Simple
+cabal-version:       >=1.10
+description:
+  For package use information see the <https://github.com/dmjio/envy/blob/master/README.md README.md>
+
+extra-source-files:
+    README.md
+    examples/Test.hs
+
+library
+  exposed-modules:      System.Envy
+  ghc-options:          -Wall
+  hs-source-dirs:       src
+  build-depends:        base         >= 4.7 && < 5
+                      , bytestring   == 0.10.*
+                      , containers   == 0.5.*
+                      , mtl          == 2.2.*
+                      , text         == 1.2.*
+                      , time         == 1.5.*
+                      , transformers == 0.4.*
+  default-language:     Haskell2010
+
+test-suite spec
+    type:               exitcode-stdio-1.0
+    ghc-options:        -Wall
+    hs-source-dirs:     tests
+    main-is:            Main.hs
+    build-depends:      base                 >= 4.7 && < 5
+                      , bytestring           == 0.10.*
+                      , envy                 == 1.0.*
+                      , hspec                == 2.2.*
+                      , mtl                  == 2.2.*
+                      , quickcheck-instances == 0.3.*
+                      , QuickCheck           == 2.8.*
+                      , text                 == 1.2.*
+                      , time                 == 1.5.*
+                      , transformers         == 0.4.*
+    default-language:   Haskell2010
+
+
+source-repository head
+  type:     git
+  location: https://github.com/dmjio/envy
revision 2
 name:                envy
 version:             1.0.0.0
-x-revision: 1
+x-revision: 2
 synopsis:            An environmentally friendly way to deal with environment variables
 license:             BSD3
 license-file:        LICENSE
   exposed-modules:      System.Envy
   ghc-options:          -Wall
   hs-source-dirs:       src
-  build-depends:        base         >= 4.7 && < 5
+  build-depends:        base         >= 4.8 && < 5
                       , bytestring   == 0.10.*
                       , containers   == 0.5.*
                       , mtl          == 2.2.*