Commit 3a898782 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

Update to LTS 12.10

Removed packages (not in the archive):
  ghcid-0.7.1
  network-uri-flag-0.1

New packages:
  base-compat-batteries-0.10.1 via aeson-extra-0.4.1.1
  gi-gdkpixbuf-2.0.16          via taffybar-3.0.0
  gi-gdk-3.0.16                via taffybar-3.0.0
  haskeline-0.7.4.3            via cryptol-2.6.0
  haskell-gi-base-0.21.3       via taffybar-3.0.0
  gi-cairo-1.0.17              via taffybar-3.0.0
  haskell-gi-0.21.4            via taffybar-3.0.0
  gi-gdkx11-3.0.2              via taffybar-3.0.0
  mustache-2.3.0               via stack-1.7.1
  gtk-sni-tray-0.1.5.0         via taffybar-3.0.0
  gi-dbusmenugtk3-0.4.2        via taffybar-3.0.0
  gi-dbusmenu-0.4.1            via taffybar-3.0.0
  reinterpret-cast-0.1.0       via crackNum-2.2
  status-notifier-item-0.3.0.0 via taffybar-3.0.0
  invariant-0.5.1              via kan-extensions-5.2
  gi-gtk-hs-0.3.6.1            via taffybar-3.0.0
  shelly-1.8.1                 via fsnotify-0.3.0.1
  dbus-hslogger-0.1.0.1        via taffybar-3.0.0
  gi-pango-1.0.16              via taffybar-3.0.0
  singletons-2.4.1             via finite-field-0.9.0
  th-desugar-1.8               via singletons-2.4.1
  modular-arithmetic-1.2.1.3   via hmt-0.16
  rio-0.1.5.0                  via stack-1.7.1
  gi-xlib-2.0.2                via gi-gdkx11-3.0.2
  haskell-gi-overloading-1.0   via gi-dbusmenugtk3-0.4.2
  gi-atk-2.0.15                via gi-dbusmenugtk3-0.4.2
  gi-glib-2.0.17               via taffybar-3.0.0
  spool-0.1                    via status-notifier-item-0.3.0.0
  panic-0.4.0.1                via cryptol-2.6.0
  gtk-strut-0.1.2.1            via taffybar-3.0.0
  gi-gobject-2.0.16            via gi-dbusmenugtk3-0.4.2
  gi-gio-2.0.18                via gi-gdkx11-3.0.2
  skylighting-core-0.7.3       via skylighting-0.7.3
  resolv-0.1.1.1               via cabal-install-2.2.0.0
  markdown-unlit-0.5.0         via servant-client-0.14
  gi-gtk-3.0.25                via taffybar-3.0.0
  wcwidth-0.0.2                via tasty-1.1.0.3
  loop-0.3.0                   via reinterpret-cast-0.1.0
parent 14f3d1f5
Loading
Loading
Loading
Loading
Loading
+0 −87
Original line number Diff line number Diff line
name:           aeson-extra
version:        0.4.1.0
synopsis:       Extra goodies for aeson
description:    Package provides extra funcitonality on top of @aeson@ and @aeson-compat@
category:       Web
homepage:       https://github.com/phadej/aeson-extra#readme
bug-reports:    https://github.com/phadej/aeson-extra/issues
author:         Oleg Grenrus <oleg.grenrus@iki.fi>
maintainer:     Oleg Grenrus <oleg.grenrus@iki.fi>
license:        BSD3
license-file:   LICENSE
tested-with:    GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    CHANGELOG.md
    README.md

source-repository head
  type: git
  location: https://github.com/phadej/aeson-extra

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base                     >=4.6  && <4.11
    , aeson                    >=0.7.0.6 && <1.3
    , aeson-compat             >=0.3.0.0 && <0.4
    , attoparsec               >=0.11.3.4 && <0.14
    , attoparsec-iso8601       >=1.0 && <1.1
    , base-compat              >=0.6.0 && <0.10
    , bytestring               >=0.10 && <0.11
    , containers               >=0.5  && <0.6
    , deepseq                  >=1.3  && <1.5
    , exceptions               >=0.8  && <0.9
    , hashable                 >=1.2  && <1.3
    , parsec                   >=3.1.9 && <3.2
    , recursion-schemes        >=4.1.2 && <5.1
    , scientific               >=0.3  && <0.4
    , template-haskell         >=2.8  && <2.13
    , text                     >=1.2  && <1.3
    , these                    >=0.7.4 && <0.8
    , time                     >=1.4.0.1 && <1.9
    , unordered-containers     >=0.2  && <0.3
    , vector                   >=0.10 && <0.13
  if impl(ghc >= 7.8)
    exposed-modules:
      Data.Aeson.Extra.SingObject
      Data.Aeson.Extra.SymTag
  exposed-modules:
      Data.Aeson.Extra
      Data.Aeson.Extra.CollapsedList
      Data.Aeson.Extra.Foldable
      Data.Aeson.Extra.Map
      Data.Aeson.Extra.Merge
      Data.Aeson.Extra.Recursive
      Data.Aeson.Extra.Stream
      Data.Aeson.Extra.TH
      Data.Aeson.Extra.Time

  default-language: Haskell2010

test-suite aeson-extra-test
  type: exitcode-stdio-1.0
  main-is: Tests.hs
  hs-source-dirs:
      test
  ghc-options: -Wall
  build-depends:
      base
    , aeson-extra
    , containers
    , these
    , time
    , unordered-containers
    , vector
    , time-parsers          >=0.1.0.0 && <0.2
    , tasty                 >=0.10  && <0.12
    , tasty-hunit           >=0.9   && <0.10
    , tasty-quickcheck      >=0.8   && <0.10
    , quickcheck-instances  >=0.3   && <0.4
  other-modules:
      Orphans
  default-language: Haskell2010
+0 −606

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −87
Original line number Diff line number Diff line
name:          kan-extensions
category:      Data Structures, Monads, Comonads, Functors
version:       5.1
license:       BSD3
cabal-version: >= 1.6
license-file:  LICENSE
author:        Edward A. Kmett
maintainer:    Edward A. Kmett <ekmett@gmail.com>
stability:     provisional
homepage:      http://github.com/ekmett/kan-extensions/
bug-reports:   http://github.com/ekmett/kan-extensions/issues
copyright:     Copyright (C) 2008-2016 Edward A. Kmett
synopsis:      Kan extensions, Kan lifts, the Yoneda lemma, and (co)density (co)monads
description:   Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads.
build-type:    Simple
tested-with:   GHC == 7.4.2
             , GHC == 7.6.3
             , GHC == 7.8.4
             , GHC == 7.10.3
             , GHC == 8.0.2
             , GHC == 8.2.2
             , GHC == 8.4.1

extra-source-files:
  .travis.yml
  .gitignore
  .ghci
  .vim.custom
  CHANGELOG.markdown
  README.markdown
  include/kan-extensions-common.h

source-repository head
  type: git
  location: git://github.com/ekmett/kan-extensions.git

library
  hs-source-dirs: src
  include-dirs: include
  includes: kan-extensions-common.h

  other-extensions:
    CPP
    MultiParamTypeClasses
    GADTs
    Rank2Types,
    FlexibleInstances
    FlexibleContexts
    UndecidableInstances
    TypeFamilies

  build-depends:
    adjunctions   >= 4.2     && < 5,
    array         >= 0.3.0.2 && < 0.6,
    base          >= 4.4     && < 5,
    comonad       >= 4       && < 6,
    containers    >= 0.4     && < 0.6,
    contravariant >= 1       && < 2,
    distributive  >= 0.2.2   && < 1,
    fail          >= 4.9     && < 5,
    free          >= 4       && < 6,
    mtl           >= 2.0.1   && < 2.3,
    profunctors   >= 5       && < 6,
    semigroupoids >= 4       && < 6,
    tagged        >= 0.7.2   && < 1,
    transformers  >= 0.2     && < 0.6,
    transformers-compat >= 0.3 && <0.6

  exposed-modules:
    Control.Comonad.Density
    Control.Monad.Co
    Control.Monad.Codensity
    Data.Functor.Contravariant.Day
    Data.Functor.Contravariant.Yoneda
    Data.Functor.Contravariant.Coyoneda
    Data.Functor.Day
    Data.Functor.Day.Curried
    Data.Functor.Kan.Lan
    Data.Functor.Kan.Ran
    Data.Functor.Yoneda
    Data.Functor.Coyoneda

  ghc-options: -Wall

  -- See https://ghc.haskell.org/trac/ghc/wiki/Migration/8.0#base-4.9.0.0
  if impl(ghc >= 8.0)
    ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
+0 −79
Original line number Diff line number Diff line
name:                lzma
version:             0.0.0.3
synopsis:            LZMA/XZ compression and decompression
homepage:            https://github.com/hvr/lzma
bug-reports:         https://github.com/hvr/lzma/issues
license:             BSD3
license-file:        LICENSE
author:              Herbert Valerio Riedel
maintainer:          hvr@gnu.org
copyright:           (c) 2015, Herbert Valerio Riedel
stability:           experimental
category:            Codec, Compression
build-type:          Simple
cabal-version:       >=1.10
tested-with:         GHC ==7.4.2, GHC ==7.6.3, GHC ==7.8.4, GHC ==7.10.3, GHC ==8.0.1, GHC ==8.0.2
description:
    This package provides a pure interface for compressing and
    decompressing
    <https://en.wikipedia.org/wiki/LZMA LZMA (Lempel–Ziv–Markov chain algorithm)>
    streams of data represented as lazy @ByteString@s. A
    monadic incremental interface is provided as well. This package
    relies on the <http://tukaani.org/xz/ liblzma C library>.
    .
    The following packages are based on this package and provide
    API support for popular streaming frameworks:
    .
      * </package/lzma-streams lzma-streams> (for </package/io-streams io-streams>)
    .
      * </package/pipes-lzma pipes-lzma> (for </package/pipes pipes>)
    .

extra-source-files:
  Changelog.md

source-repository head
  type:     git
  location: https://github.com/hvr/lzma.git

library
  default-language:    Haskell2010
  other-extensions:    BangPatterns, RecordWildCards, DeriveDataTypeable
  hs-source-dirs:      src

  exposed-modules:     Codec.Compression.Lzma
  other-modules:       LibLzma

  build-depends:       base       >=4.5    && <4.10
                     , bytestring >=0.9.2  && <0.11

  if os(windows)
    build-depends:     lzma-clib
  else
    includes:          lzma.h
    extra-libraries:   lzma

  c-sources:           cbits/lzma_wrapper.c

  ghc-options:         -Wall


test-suite lzma-tests
  default-language:    Haskell2010
  other-extensions:    OverloadedStrings
  hs-source-dirs:      src-tests
  type:                exitcode-stdio-1.0
  main-is:             lzma-tests.hs

  -- dependencies with version bounds inherited from the library stanza
  build-depends:       lzma
                     , base
                     , bytestring
  -- additional dependencies that require version bounds
  build-depends:       HUnit                      >= 1.2      && <1.4
                     , QuickCheck                 >= 2.8      && <2.9
                     , tasty                      >= 0.10     && <0.12
                     , tasty-hunit                == 0.9.*
                     , tasty-quickcheck           >= 0.8.3.2  && < 0.9

  ghc-options:         -Wall -threaded
+0 −73
Original line number Diff line number Diff line
name:                tasty-golden
version:             2.3.1.3
synopsis:            Golden tests support for tasty
description:
  This package provides support for «golden testing».

  A golden test is an IO action that writes its result to a file.
  To pass the test, this output file should be identical to the corresponding
  «golden» file, which contains the correct result for the test.

  To get started with golden testing and this library, see
  <https://ro-che.info/articles/2017-12-04-golden-tests Introduction to golden testing>.

license:             MIT
license-file:        LICENSE
Homepage:            https://github.com/feuerbach/tasty-golden
Bug-reports:         https://github.com/feuerbach/tasty-golden/issues
author:              Roman Cheplyaka
maintainer:          Roman Cheplyaka <roma@ro-che.info>
-- copyright:           
category:            Testing
build-type:          Simple
cabal-version:       >=1.14
extra-source-files:  CHANGELOG.md

Source-repository head
  type:     git
  location: git://github.com/feuerbach/tasty-golden.git

library
  Default-language:
    Haskell2010
  exposed-modules:     Test.Tasty.Golden
                       Test.Tasty.Golden.Advanced
                       Test.Tasty.Golden.Manage
  other-modules:
                       Test.Tasty.Golden.Internal

  ghc-options: -Wall

  build-depends:
    base ==4.*,
    tasty >= 1.0.1,
    bytestring >= 0.10,
    process,
    mtl,
    optparse-applicative,
    filepath,
    temporary,
    tagged,
    deepseq,
    containers,
    directory,
    async

Test-suite test
  Default-language:
    Haskell2010
  Type:
    exitcode-stdio-1.0
  Hs-source-dirs:
    tests
  Main-is:
    test.hs
  Build-depends:
      base >= 4 && < 5
    , tasty
    , tasty-hunit
    , tasty-golden
    , filepath
    , directory
    , process
    , temporary-rc
Loading