packages feed

Cabal revisions of success-0.2

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

revision 1
-name:-  success-version:-  0.2-synopsis:-  A version of Either specialised for encoding of success or failure-description:-  The primary motivation for creation of this package was the need-  for the 'Alternative' instance of 'Either',-  which there is no sane way to implement.-  The type provided by this library extends 'Either' in a way to provide the missing instance.-category:-  Data, Failure-homepage:-  https://github.com/nikita-volkov/success -bug-reports:-  https://github.com/nikita-volkov/success/issues -author:-  Nikita Volkov <nikita.y.volkov@mail.ru>-maintainer:-  Nikita Volkov <nikita.y.volkov@mail.ru>-copyright:-  (c) 2015, Nikita Volkov-license:-  MIT-license-file:-  LICENSE-build-type:-  Simple-cabal-version:-  >=1.10---source-repository head-  type:-    git-  location:-    git://github.com/nikita-volkov/success.git---library-  hs-source-dirs:-    library-  default-extensions:-    Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples-  default-language:-    Haskell2010-  exposed-modules:-    Success.Pure-    Success.Impure-  build-depends:-    base >= 4.6 && < 5-+name:
+  success
+version:
+  0.2
+x-revision: 1
+synopsis:
+  A version of Either specialised for encoding of success or failure
+description:
+  The primary motivation for creation of this package was the need
+  for the 'Alternative' instance of 'Either',
+  which there is no sane way to implement.
+  The type provided by this library extends 'Either' in a way to provide the missing instance.
+category:
+  Data, Failure
+homepage:
+  https://github.com/nikita-volkov/success 
+bug-reports:
+  https://github.com/nikita-volkov/success/issues 
+author:
+  Nikita Volkov <nikita.y.volkov@mail.ru>
+maintainer:
+  Nikita Volkov <nikita.y.volkov@mail.ru>
+copyright:
+  (c) 2015, Nikita Volkov
+license:
+  MIT
+license-file:
+  LICENSE
+build-type:
+  Simple
+cabal-version:
+  >=1.10
+
+
+source-repository head
+  type:
+    git
+  location:
+    git://github.com/nikita-volkov/success.git
+
+
+library
+  hs-source-dirs:
+    library
+  default-extensions:
+    Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples
+  default-language:
+    Haskell2010
+  exposed-modules:
+    Success.Pure
+    Success.Impure
+  build-depends:
+    base >= 4.8 && < 5
+
revision 2
   success
 version:
   0.2
-x-revision: 1
+x-revision: 2
 synopsis:
   A version of Either specialised for encoding of success or failure
 description:
     Success.Pure
     Success.Impure
   build-depends:
-    base >= 4.8 && < 5
+    base == 4.8.*