packages feed

Cabal revisions of lifx-lan-0.5.0.1

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

revision 1
-cabal-version:      3.0-name:               lifx-lan-version:            0.5.0.1-license:            BSD-3-Clause-license-file:       LICENSE-author:             George Thomas-maintainer:         georgefsthomas@gmail.com-synopsis:           LIFX LAN API-homepage:           https://github.com/georgefst/lifx-lan-extra-doc-files:-    CHANGELOG.md-    README.md-source-repository head-    type: git-    location: git://github.com/georgefst/lifx-lan.git--library-    exposed-modules:-        Lifx.Lan-    hs-source-dirs: src-    ghc-options:-        -Wall-    build-depends:-        base ^>= 4.14,-        binary ^>= 0.8.8,-        bytestring ^>= 0.10.8,-        composition ^>= 1.0.2.1,-        containers ^>= 0.6.2.1,-        extra ^>= 1.7.1,-        monad-loops ^>= 0.4.3,-        mtl ^>= 2.2.2,-        network ^>= 3.1.1.1,-        random ^>= 1.2.0,-        safe ^>= 0.3.19,-        text ^>= 1.2.3,-        time ^>= 1.9.3,-        transformers ^>= 0.5.6,-    default-language: Haskell2010-    default-extensions:-        AllowAmbiguousTypes-        BlockArguments-        ConstraintKinds-        DefaultSignatures-        DeriveAnyClass-        DeriveFunctor-        DeriveGeneric-        DerivingStrategies-        DerivingVia-        DuplicateRecordFields-        EmptyCase-        FlexibleContexts-        FlexibleInstances-        GADTs-        GeneralizedNewtypeDeriving-        ImportQualifiedPost-        LambdaCase-        MultiParamTypeClasses-        NamedFieldPuns-        NumericUnderscores-        OverloadedLabels-        OverloadedStrings-        PartialTypeSignatures-        RankNTypes-        RecordWildCards-        ScopedTypeVariables-        StandaloneDeriving-        TupleSections-        TypeApplications-        TypeOperators-        ViewPatterns+cabal-version:      3.0
+name:               lifx-lan
+version:            0.5.0.1
+x-revision: 1
+license:            BSD-3-Clause
+license-file:       LICENSE
+author:             George Thomas
+maintainer:         georgefsthomas@gmail.com
+synopsis:           LIFX LAN API
+homepage:           https://github.com/georgefst/lifx-lan
+extra-doc-files:
+    CHANGELOG.md
+    README.md
+source-repository head
+    type: git
+    location: git://github.com/georgefst/lifx-lan.git
+
+library
+    exposed-modules:
+        Lifx.Lan
+    hs-source-dirs: src
+    ghc-options:
+        -Wall
+    build-depends:
+        base ^>= {4.14, 4.15, 4.16},
+        binary ^>= 0.8.8,
+        bytestring ^>= 0.10.8,
+        composition ^>= 1.0.2.1,
+        containers ^>= 0.6.2.1,
+        extra ^>= 1.7.1,
+        monad-loops ^>= 0.4.3,
+        mtl ^>= 2.2.2,
+        network ^>= 3.1.1.1,
+        random ^>= 1.2.0,
+        safe ^>= 0.3.19,
+        text ^>= 1.2.3,
+        time ^>= 1.9.3,
+        transformers ^>= 0.5.6,
+    default-language: Haskell2010
+    default-extensions:
+        AllowAmbiguousTypes
+        BlockArguments
+        ConstraintKinds
+        DefaultSignatures
+        DeriveAnyClass
+        DeriveFunctor
+        DeriveGeneric
+        DerivingStrategies
+        DerivingVia
+        DuplicateRecordFields
+        EmptyCase
+        FlexibleContexts
+        FlexibleInstances
+        GADTs
+        GeneralizedNewtypeDeriving
+        ImportQualifiedPost
+        LambdaCase
+        MultiParamTypeClasses
+        NamedFieldPuns
+        NumericUnderscores
+        OverloadedLabels
+        OverloadedStrings
+        PartialTypeSignatures
+        RankNTypes
+        RecordWildCards
+        ScopedTypeVariables
+        StandaloneDeriving
+        TupleSections
+        TypeApplications
+        TypeOperators
+        ViewPatterns
revision 2
 cabal-version:      3.0
 name:               lifx-lan
 version:            0.5.0.1
-x-revision: 1
+x-revision: 2
 license:            BSD-3-Clause
 license-file:       LICENSE
 author:             George Thomas
     build-depends:
         base ^>= {4.14, 4.15, 4.16},
         binary ^>= 0.8.8,
-        bytestring ^>= 0.10.8,
+        bytestring ^>= {0.10.8, 0.11},
         composition ^>= 1.0.2.1,
         containers ^>= 0.6.2.1,
         extra ^>= 1.7.1,
         random ^>= 1.2.0,
         safe ^>= 0.3.19,
         text ^>= 1.2.3,
-        time ^>= 1.9.3,
-        transformers ^>= 0.5.6,
+        time ^>= {1.9.3, 1.10, 1.11, 1.12, 1.13},
+        transformers ^>= {0.5.6, 0.6},
     default-language: Haskell2010
     default-extensions:
         AllowAmbiguousTypes