[Git][haskell-team/package-plan][master] clean up some cruft

Clint Adams gitlab at salsa.debian.org
Sun Apr 15 05:30:05 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / package-plan


Commits:
4d19bb36 by Clint Adams at 2018-04-15T00:29:43-04:00
clean up some cruft

- - - - -


14 changed files:

- − additional-cabals/DAV-1.3.cabal
- − additional-cabals/aeson-compat-0.3.6.cabal
- − additional-cabals/conduit-extra-1.1.17.cabal
- − additional-cabals/curry-frontend-1.0.0.cabal
- − additional-cabals/shelltestrunner-1.3.5.cabal
- − additional-cabals/snap-server-1.0.3.3.cabal
- − additional-cabals/snap-templates-1.0.0.0.cabal
- − additional-cabals/tasty-golden-2.3.1.cabal
- − additional-cabals/warp-3.2.13.cabal
- patches/pandoc/1.19.2.4/newer-skylighting → patches/pandoc/2.1.2/newer-skylighting
- patches/pandoc/1.19.2.4/series → patches/pandoc/2.1.2/series
- patches/snap-templates/1.0.0.0/newer-directory → patches/snap-templates/1.0.0.1/newer-directory
- patches/snap-templates/1.0.0.0/rename-snap-binary → patches/snap-templates/1.0.0.1/rename-snap-binary
- patches/snap-templates/1.0.0.0/series → patches/snap-templates/1.0.0.1/series


Changes:

=====================================
additional-cabals/DAV-1.3.cabal deleted
=====================================
--- a/additional-cabals/DAV-1.3.cabal
+++ /dev/null
@@ -1,96 +0,0 @@
-name:                DAV
-version:             1.3
-synopsis:            RFC 4918 WebDAV support
-description:
-   This is a library for the Web Distributed Authoring and Versioning
-   (WebDAV) extensions to HTTP.  At present it supports a very small
-   subset of client functionality.
-   .
-   In addition, there is an executable, hdav, which can be used for
-   command-line operation.
-
-homepage:            http://floss.scru.org/hDAV
-bug-reports:         mailto:clint at debian.org
-license:             GPL-3
-license-file:        LICENSE
-author:              Clint Adams
-maintainer:          clint at debian.org
-copyright:           Copyright (C) 2012-2016  Clint Adams
-category:            Web
-build-type:          Simple
-cabal-version:       >=1.8
-extra-source-files:  AUTHORS
-
-flag network-uri
-  description: Get Network.URI from the network-uri package
-  default: True
-
-flag mtl-compat
-  description: Get Control.Monad.Except from the mtl-compat package
-  default: False
-
-library
-  exposed-modules:  Network.Protocol.HTTP.DAV
-  other-modules:    Network.Protocol.HTTP.DAV.TH
-  ghc-options:       -Wall
-  build-depends:       base >= 4.5                 && < 5
-                     , bytestring
-                     , case-insensitive >= 0.4
-                     , containers
-                     , data-default
-                     , exceptions >= 0.7
-                     , http-client >= 0.4
-                     , http-client-tls >= 0.2
-                     , http-types >= 0.7
-                     , lens >= 3.0
-                     , transformers >= 0.3
-                     , transformers-base
-                     , transformers-compat >= 0.3
-                     , utf8-string
-                     , xml-conduit >= 1.0
-                     , xml-hamlet >= 0.4           && < 0.5
-  if flag(mtl-compat)
-    build-depends: mtl >= 2.1 && < 2.2.1, mtl-compat
-  else
-    build-depends: mtl >= 2.2.1
-
-executable hdav
-  main-is:           hdav.hs
-  ghc-options:       -Wall
-  build-depends:       base >= 4.5                 && < 5
-                     , bytestring
-                     , bytestring
-                     , case-insensitive >= 0.4
-                     , containers
-                     , data-default
-                     , exceptions >= 0.7
-                     , haskeline
-                     , http-client >= 0.4
-                     , http-client-tls >= 0.2
-                     , http-types >= 0.7
-                     , lens >= 3.0
-                     , optparse-applicative >= 0.10.0
-                     , transformers >= 0.3
-                     , transformers-base
-                     , transformers-compat >= 0.3
-                     , utf8-string
-                     , xml-conduit >= 1.0
-                     , xml-hamlet >= 0.4           && < 0.5
-  if flag(mtl-compat)
-    build-depends: mtl >= 2.1 && < 2.2.1, mtl-compat
-  else
-    build-depends: mtl >= 2.2.1
-  if flag(network-uri)
-    build-depends: network-uri >= 2.6, network >= 2.6
-  else
-    build-depends: network >= 2.3 && <2.6
-
-source-repository head
-  type:     git
-  location: git://anonscm.debian.org/users/clint/DAV.git
-  branch:   master
-
-source-repository this
-  type:     git
-  location: git://anonscm.debian.org/users/clint/DAV.git
-  tag:      DAV/1.3


=====================================
additional-cabals/aeson-compat-0.3.6.cabal deleted
=====================================
--- a/additional-cabals/aeson-compat-0.3.6.cabal
+++ /dev/null
@@ -1,89 +0,0 @@
--- This file has been generated from package.yaml by hpack version 0.14.1.
---
--- see: https://github.com/sol/hpack
-
-name:           aeson-compat
-version:        0.3.6
-synopsis:       Compatibility layer for aeson
-description:    Compatibility layer for @aeson@
-category:       Web
-homepage:       https://github.com/phadej/aeson-compat#readme
-bug-reports:    https://github.com/phadej/aeson-compat/issues
-author:         Oleg Grenrus <oleg.grenrus at iki.fi>
-maintainer:     Oleg Grenrus <oleg.grenrus at iki.fi>
-license:        BSD3
-license-file:   LICENSE
-tested-with:    GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.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-compat
-
-library
-  hs-source-dirs:
-      src
-  ghc-options: -Wall
-  build-depends:
-      base                     >=4.6  && <4.10
-    , base-compat              >=0.6.0 && <0.10
-    , aeson                    >=0.7.0.6 && <1.1
-    , attoparsec               >=0.12 && <0.14
-    , bytestring               >=0.10 && <0.11
-    , containers               >=0.5  && <0.6
-    , exceptions               >=0.8  && <0.9
-    , hashable                 >=1.2  && <1.3
-    , nats                     >=1 && <1.2
-    , scientific               >=0.3  && <0.4
-    , text                     >=1.2  && <1.3
-    , time                     >=1.4.2 && <1.7
-    , time-locale-compat       >=0.1.0.1 && <0.2
-    , unordered-containers     >=0.2  && <0.3
-    , vector                   >=0.10 && <0.12
-    , semigroups               >=0.16.2.2 && <0.19
-    , tagged                   >=0.7.3 && <0.9
-  exposed-modules:
-      Data.Aeson.Compat
-  other-modules:
-      Data.Aeson.Compat.Time
-  default-language: Haskell2010
-
-test-suite aeson-compat-test
-  type: exitcode-stdio-1.0
-  main-is: Tests.hs
-  hs-source-dirs:
-      test
-  ghc-options: -Wall
-  build-depends:
-      base                     >=4.6  && <4.10
-    , base-compat              >=0.6.0 && <0.10
-    , aeson                    >=0.7.0.6 && <1.1
-    , attoparsec               >=0.12 && <0.14
-    , bytestring               >=0.10 && <0.11
-    , containers               >=0.5  && <0.6
-    , exceptions               >=0.8  && <0.9
-    , hashable                 >=1.2  && <1.3
-    , nats                     >=1 && <1.2
-    , scientific               >=0.3  && <0.4
-    , text                     >=1.2  && <1.3
-    , time                     >=1.4.2 && <1.7
-    , time-locale-compat       >=0.1.0.1 && <0.2
-    , unordered-containers     >=0.2  && <0.3
-    , vector                   >=0.10 && <0.12
-    , semigroups               >=0.16.2.2 && <0.19
-    , tagged                   >=0.7.3 && <0.9
-    , aeson-compat
-    , base-orphans          >=0.4.5 && <0.6
-    , tasty                 >=0.10 && <0.12
-    , tasty-hunit           >=0.9  && <0.10
-    , tasty-quickcheck      >=0.8  && <0.9
-    , QuickCheck            >=2.7.6 && <2.9.2
-    , quickcheck-instances  >=0.3  && <0.3.13
-  other-modules:
-      Orphans
-  default-language: Haskell2010


=====================================
additional-cabals/conduit-extra-1.1.17.cabal deleted
=====================================
--- a/additional-cabals/conduit-extra-1.1.17.cabal
+++ /dev/null
@@ -1,123 +0,0 @@
-Name:                conduit-extra
-Version:             1.1.17
-Synopsis:            Batteries included conduit: adapters for common libraries.
-Description:
-    The conduit package itself maintains relative small dependencies. The purpose of this package is to collect commonly used utility functions wrapping other library dependencies, without depending on heavier-weight dependencies. The basic idea is that this package should only depend on haskell-platform packages and conduit.
-License:             MIT
-License-file:        LICENSE
-Author:              Michael Snoyman
-Maintainer:          michael at snoyman.com
-Category:            Data, Conduit
-Build-type:          Simple
-Cabal-version:       >=1.8
-Homepage:            http://github.com/snoyberg/conduit
-extra-source-files:
-    test/random
-    test/filesystem/*.txt
-    test/filesystem/bin/*.txt
-    ChangeLog.md
-    README.md
-
-Library
-  Exposed-modules:     Data.Conduit.Attoparsec
-                       Data.Conduit.Binary
-                       Data.Conduit.Blaze
-                       Data.Conduit.ByteString.Builder
-                       Data.Conduit.Filesystem
-                       Data.Conduit.Foldl
-                       Data.Conduit.Lazy
-                       Data.Conduit.Network
-                       Data.Conduit.Network.UDP
-                       Data.Conduit.Process
-                       Data.Conduit.Text
-                       Data.Conduit.Zlib
-  if !os(windows)
-      Exposed-modules: Data.Conduit.Network.Unix
-
-  if arch(x86_64) || arch(i386)
-      -- These architectures are able to perform unaligned memory accesses
-      cpp-options: -DALLOW_UNALIGNED_ACCESS
-
-  Build-depends:       base                     >= 4.5          && < 5
-                     , conduit                  >= 1.1          && < 1.3
-
-                       -- No version bounds necessary, since they're inherited
-                       -- from conduit.
-                     , bytestring
-                     , exceptions
-                     , monad-control
-                     , text
-                     , transformers
-                     , transformers-base
-
-                     , async
-                     , attoparsec               >= 0.10
-                     , blaze-builder            >= 0.3
-                     , directory
-                     , filepath
-                     , network                  >= 2.3
-                     , primitive                >= 0.5
-                     , process
-                     , resourcet                >= 1.1
-                     , stm
-                     , streaming-commons        >= 0.1.16
-
-  ghc-options:     -Wall
-
-test-suite test
-    hs-source-dirs: test
-    main-is: Spec.hs
-    type: exitcode-stdio-1.0
-    ghc-options:   -threaded
-    cpp-options:   -DTEST
-    build-depends:   conduit
-                   , conduit-extra
-                   , base
-                   , hspec >= 1.3
-
-                   , async
-                   , attoparsec
-                   , blaze-builder
-                   , bytestring-builder
-                   , bytestring
-                   , exceptions
-                   , process
-                   , resourcet
-                   , QuickCheck
-                   , stm
-                   , streaming-commons
-                   , text
-                   , transformers
-                   , transformers-base
-                   , directory
-    ghc-options:     -Wall
-    if os(windows)
-        cpp-options: -DWINDOWS
-    other-modules:   Data.Conduit.AttoparsecSpec
-                     Data.Conduit.BinarySpec
-                     Data.Conduit.ByteString.BuilderSpec
-                     Data.Conduit.ExtraSpec
-                     Data.Conduit.FilesystemSpec
-                     Data.Conduit.LazySpec
-                     Data.Conduit.NetworkSpec
-                     Data.Conduit.ProcessSpec
-                     Data.Conduit.TextSpec
-                     Data.Conduit.ZlibSpec
-
-benchmark blaze
-    type:           exitcode-stdio-1.0
-    hs-source-dirs: bench
-    build-depends:  base
-                  , blaze-builder
-                  , conduit
-                  , conduit-extra
-                  , criterion
-                  , bytestring
-                  , bytestring-builder
-                  , transformers
-    main-is:        blaze.hs
-    ghc-options:    -Wall -O2 -rtsopts
-
-source-repository head
-  type:     git
-  location: git://github.com/snoyberg/conduit.git


=====================================
additional-cabals/curry-frontend-1.0.0.cabal deleted
=====================================
--- a/additional-cabals/curry-frontend-1.0.0.cabal
+++ /dev/null
@@ -1,167 +0,0 @@
-Name:          curry-frontend
-Version:       1.0.0
-Cabal-Version: >= 1.10
-Synopsis:      Compile the functional logic language Curry to several
-               intermediate formats
-Description:   The Curry front end consists of the executable program
-               "curry-frontend".
-               It is used by various backends to compile Curry programs to
-               an intermediate representation.
-               The code is a stripped-down version of an early version of
-               the Muenster Curry Compiler
-               (<http://danae.uni-muenster.de/curry/>)
-               which has been extended to produce different intermediate
-               representations.
-               For further information, please check
-               <http://curry-language.org>
-Category:      Language
-License:       BSD3
-License-File:  LICENSE
-Author:        Wolfgang Lux, Martin Engelke, Bernd Brassel, Holger Siegel,
-               Bjoern Peemoeller, Finn Teegen
-Maintainer:    fte at informatik.uni-kiel.de
-Bug-Reports:   mailto:fte at informatik.uni-kiel.de
-Homepage:      http://curry-language.org
-Build-Type:    Simple
-Stability:     experimental
-
-Extra-Source-Files: LIESMICH
-
-Data-Dir:   data
-Data-Files: currysource.css
-
-source-repository head
-  type:     git
-  location: https://git.ps.informatik.uni-kiel.de/fte/curry-frontend.git
-
-Flag network-uri
-   description: Get Network.URI from the network-uri package
-   default: True
-
-Library
-  hs-source-dirs:   src
-  default-language:  Haskell2010
-  Build-Depends:
-      base == 4.*
-    , containers
-    , curry-base == 1.0.0
-    , directory
-    , extra >= 1.4.6
-    , filepath
-    , mtl
-    , pretty
-    , process
-    , set-extra
-    , transformers
-  if flag(network-uri)
-    build-depends: network-uri >= 2.6
-  else
-    build-depends: network < 2.6
-  Exposed-Modules:
-      Base.AnnotExpr
-    , Base.CurryKinds
-    , Base.CurryTypes
-    , Base.Expr
-    , Base.KindSubst
-    , Base.Kinds
-    , Base.Messages
-    , Base.NestEnv
-    , Base.PrettyKinds
-    , Base.PrettyTypes
-    , Base.SCC
-    , Base.Subst
-    , Base.TopEnv
-    , Base.TypeExpansion
-    , Base.TypeSubst
-    , Base.Types
-    , Base.Typing
-    , Base.Utils
-    , Checks
-    , Checks.DeriveCheck
-    , Checks.ExportCheck
-    , Checks.ExtensionCheck
-    , Checks.ImportSyntaxCheck
-    , Checks.InstanceCheck
-    , Checks.InterfaceCheck
-    , Checks.InterfaceSyntaxCheck
-    , Checks.KindCheck
-    , Checks.PrecCheck
-    , Checks.SyntaxCheck
-    , Checks.TypeCheck
-    , Checks.TypeSyntaxCheck
-    , Checks.WarnCheck
-    , CompilerEnv
-    , CompilerOpts
-    , CondCompile
-    , CurryBuilder
-    , CurryDeps
-    , Env.Class
-    , Env.Instance
-    , Env.Interface
-    , Env.ModuleAlias
-    , Env.OpPrec
-    , Env.Type
-    , Env.TypeConstructor
-    , Env.Value
-    , Exports
-    , Files.CymakePath
-    , Generators
-    , Generators.GenAbstractCurry
-    , Generators.GenFlatCurry
-    , Generators.GenTypedFlatCurry
-    , Html.CurryHtml
-    , Html.SyntaxColoring
-    , IL
-    , IL.Pretty
-    , IL.ShowModule
-    , IL.Type
-    , IL.Typing
-    , Imports
-    , Interfaces
-    , Modules
-    , TokenStream
-    , Transformations
-    , Transformations.CaseCompletion
-    , Transformations.CurryToIL
-    , Transformations.Derive
-    , Transformations.Desugar
-    , Transformations.Dictionary
-    , Transformations.Lift
-    , Transformations.Newtypes
-    , Transformations.Qual
-    , Transformations.Simplify
-  Other-Modules:
-    Paths_curry_frontend
-  ghc-options:       -Wall -fno-warn-orphans
-
-Executable curry-frontend
-  hs-source-dirs: src
-  Main-is:        cymake.hs
-  default-language:  Haskell2010
-  Build-Depends:
-      base == 4.*
-    , containers
-    , curry-base == 1.0.0
-    , curry-frontend
-    , directory
-    , extra >= 1.4.6
-    , filepath
-    , mtl
-    , pretty
-    , process
-    , set-extra
-    , syb
-    , transformers
-  if flag(network-uri)
-    build-depends: network-uri >= 2.6
-  else
-    build-depends: network < 2.6
-  ghc-options: -Wall -fno-warn-orphans
-
-Test-Suite test-frontend
-  type:           detailed-0.9
-  hs-source-dirs: test
-  default-language:  Haskell2010
-  test-module:    TestFrontend
-  build-depends:  base == 4.*, Cabal >= 1.20, curry-base == 1.0.0
-    , curry-frontend == 1.0.0, filepath


=====================================
additional-cabals/shelltestrunner-1.3.5.cabal deleted
=====================================
--- a/additional-cabals/shelltestrunner-1.3.5.cabal
+++ /dev/null
@@ -1,52 +0,0 @@
-name:           shelltestrunner
--- sync with: CHANGES [ANNOUNCE]
-version:        1.3.5
-category:       Testing
-synopsis:       A tool for testing command-line programs.
-description:
- shelltestrunner is a cross-platform tool for testing command-line
- programs (or arbitrary shell commands.)  It reads simple declarative tests
- specifying a command, some input, and the expected output, error output
- and exit status.  Tests can be run selectively, in parallel, with a
- timeout, in color, and/or with differences highlighted.
-license:        GPL
-license-file:   LICENSE
-author:         Simon Michael <simon at joyful.com>
-maintainer:     Simon Michael <simon at joyful.com>
-homepage:       http://joyful.com/shelltestrunner
-bug-reports:    mailto:simon at joyful.com
-stability:      stable
-tested-with:    GHC==7.8.4, GHC==7.10.1
-cabal-version:  >= 1.6
-build-type:     Simple
-
-extra-tmp-files:
-extra-source-files:
-                    CHANGES
-
-executable shelltest
-  main-is:        shelltest.hs
-  other-modules:  PlatformString
-  ghc-options:    -threaded -W -fwarn-tabs
-  build-depends:
-    base                 >= 4     && < 5,
-    Diff                 >= 0.2.0 && < 0.4,
-    filemanip            >= 0.3   && < 0.4,
-    HUnit                            < 1.3,
-    cmdargs              >= 0.7   && < 0.11,
-    directory            >= 1.0,
-    filepath             >= 1.0,
-    parsec                           < 3.2,
-    pretty-show          >= 1.6.5,
-    process                          < 1.3,
-    regex-tdfa           >= 1.1   && < 1.3,
-    safe,
-    test-framework       >= 0.3.2 && < 0.9,
-    test-framework-hunit >= 0.2   && < 0.4,
-    utf8-string          >= 0.3.5 && < 1.1
-
-  ghc-options: -threaded -W -fwarn-tabs
-
-source-repository head
-  type:     darcs
-  location: http://hub.darcs.net/simon/shelltestrunner


=====================================
additional-cabals/snap-server-1.0.3.3.cabal deleted
=====================================
--- a/additional-cabals/snap-server-1.0.3.3.cabal
+++ /dev/null
@@ -1,533 +0,0 @@
-name:           snap-server
-version:        1.0.3.3
-synopsis:       A web server for the Snap Framework
-description:
-  Snap is a simple and fast web development framework and server written in
-  Haskell. For more information or to download the latest version, you can
-  visit the Snap project website at <http://snapframework.com/>.
-  .
-  The Snap HTTP server is a high performance web server library written in
-  Haskell. Together with the @snap-core@ library upon which it depends, it
-  provides a clean and efficient Haskell programming interface to the HTTP
-  protocol.
-
-license:        BSD3
-license-file:   LICENSE
-author:         Snap Framework Authors  (see CONTRIBUTORS)
-maintainer:     snap at snapframework.com
-build-type:     Simple
-cabal-version:  >= 1.10
-homepage:       http://snapframework.com/
-category:       Web, Snap, IO-Streams
-tested-with: GHC==8.2.1, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
-
-
-extra-source-files:
-  CONTRIBUTORS,
-  LICENSE,
-  README.md,
-  README.SNAP.md,
-  test/bad_key.pem,
-  test/cert.pem,
-  test/dummy.txt,
-  test/key.pem,
-  testserver/static/hello.txt
-
-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.1
-
-Flag portable
-  Description: Compile in cross-platform mode. No platform-specific code or
-               optimizations such as C routines will be used.
-  Default: False
-
-Flag openssl
-  Description: Enable https support using the HsOpenSSL library.
-  Default: False
-  Manual: True
-
-Flag build-pong
-  Description: Build a server that just returns "PONG"? Normally useful only
-               for benchmarks.
-  Default: False
-  Manual: True
-
-Flag build-testserver
-  Description: Build the blackbox testserver?
-  Default: False
-  Manual: True
-
-Flag debug
-  Description: Enable support for debugging.
-  Default: False
-  Manual: True
-
-Library
-  hs-source-dirs:    src
-  Default-language:  Haskell2010
-
-  exposed-modules:
-    Snap.Http.Server,
-    Snap.Http.Server.Config,
-    Snap.Http.Server.Types,
-    Snap.Internal.Http.Server.Config,
-    Snap.Internal.Http.Server.Types,
-    System.FastLogger
-
-  other-modules:
-    Paths_snap_server,
-    Control.Concurrent.Extended,
-    Snap.Internal.Http.Server.Address,
-    Snap.Internal.Http.Server.Clock,
-    Snap.Internal.Http.Server.Common,
-    Snap.Internal.Http.Server.Date,
-    Snap.Internal.Http.Server.Parser,
-    Snap.Internal.Http.Server.Session,
-    Snap.Internal.Http.Server.Socket,
-    Snap.Internal.Http.Server.Thread,
-    Snap.Internal.Http.Server.TimeoutManager,
-    Snap.Internal.Http.Server.TLS
-
-  build-depends:
-    attoparsec                          >= 0.12     && < 0.14,
-    base                                >= 4        && < 5,
-    blaze-builder                       >= 0.4      && < 0.5,
-    bytestring                          >= 0.9.1    && < 0.11,
-    bytestring-builder                  >= 0.10.4   && < 0.11,
-    case-insensitive                    >= 1.1      && < 1.3,
-    clock                               >= 0.7.1    && < 0.8,
-    containers                          >= 0.3      && < 0.6,
-    filepath                            >= 1.1      && < 2.0,
-    io-streams                          >= 1.3      && < 1.6,
-    io-streams-haproxy                  >= 1.0      && < 1.1,
-    lifted-base                         >= 0.1      && < 0.3,
-    mtl                                 >= 2.0      && < 2.3,
-    network                             >= 2.3      && < 2.7,
-    old-locale                          >= 1.0      && < 1.1,
-    snap-core                           >= 1.0      && < 1.1,
-    text                                >= 0.11     && < 1.3,
-    time                                >= 1.0      && < 1.9,
-    unix-compat                         >= 0.2      && < 0.5,
-    vector                              >= 0.7      && < 0.13
-
-  other-extensions:
-    BangPatterns,
-    CPP,
-    MagicHash,
-    Rank2Types,
-    OverloadedStrings,
-    ScopedTypeVariables,
-    DeriveDataTypeable,
-    PackageImports,
-    ViewPatterns,
-    ForeignFunctionInterface,
-    EmptyDataDecls,
-    GeneralizedNewtypeDeriving
-
-  if flag(portable) || os(windows)
-    cpp-options: -DPORTABLE
-  else
-    build-depends: unix                         < 2.8
-
-  if flag(openssl)
-    cpp-options: -DOPENSSL
-    build-depends: HsOpenSSL       >= 0.10.4 && < 0.12,
-                   openssl-streams >= 1.1    && < 1.3
-
-  if os(linux) && !flag(portable)
-    cpp-options: -DLINUX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
-    other-modules:
-      System.SendFile,
-      System.SendFile.Linux
-
--- Disabling sendfile() on OSX for now. See
---
--- https://github.com/snapframework/snap-core/issues/274 and
--- https://github.com/snapframework/snap-core/issues/91
---
-  if os(darwin) && !flag(portable)
-     cpp-options: -DHAS_UNIX_SOCKETS
-  -- if os(darwin) && !flag(portable)
-  --   cpp-options: -DOSX -DHAS_UNIX_SOCKETS
-
-  if os(freebsd) && !flag(portable)
-    cpp-options: -DFREEBSD -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
-    other-modules:
-      System.SendFile,
-      System.SendFile.FreeBSD
-
-  if impl(ghc >= 6.12.0)
-    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -fno-warn-unused-do-bind
-  else
-    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
-
-  if flag(debug)
-    cpp-options: -DLABEL_THREADS
-
-Test-suite testsuite
-  hs-source-dirs:    src test
-  Type:              exitcode-stdio-1.0
-  Main-is:           TestSuite.hs
-  Default-language:  Haskell2010
-
-  other-modules:
-    Paths_snap_server,
-    Snap.Http.Server,
-    Snap.Http.Server.Config,
-    Snap.Http.Server.Types,
-    Snap.Internal.Http.Server.Address,
-    Snap.Internal.Http.Server.Clock,
-    Snap.Internal.Http.Server.Common,
-    Snap.Internal.Http.Server.Config,
-    Snap.Internal.Http.Server.Date,
-    Snap.Internal.Http.Server.Parser,
-    Snap.Internal.Http.Server.Session,
-    Snap.Internal.Http.Server.Socket,
-    Snap.Internal.Http.Server.Thread,
-    Snap.Internal.Http.Server.TimeoutManager,
-    Snap.Internal.Http.Server.TLS
-    Snap.Internal.Http.Server.Types,
-    System.FastLogger,
-
-    Snap.Internal.Http.Server.Address.Tests,
-    Snap.Internal.Http.Server.Parser.Tests,
-    Snap.Internal.Http.Server.Session.Tests,
-    Snap.Internal.Http.Server.Socket.Tests,
-    Snap.Internal.Http.Server.TimeoutManager.Tests,
-    Snap.Test.Common,
-    Test.Blackbox,
-    Test.Common.Rot13,
-    Test.Common.TestHandler
-
-  build-depends:
-    attoparsec                          >= 0.12     && < 0.14,
-    base                                >= 4        && < 5,
-    base16-bytestring                   >= 0.1      && < 0.2,
-    blaze-builder                       >= 0.4      && < 0.5,
-    bytestring-builder                  >= 0.10.4   && < 0.11,
-    bytestring                          >= 0.9.1    && < 0.11,
-    case-insensitive                    >= 1.1      && < 1.3,
-    clock                               >= 0.7.1    && < 0.8,
-    containers                          >= 0.3      && < 0.6,
-    directory                           >= 1.0      && < 1.4,
-    filepath                            >= 1.1      && < 2.0,
-    io-streams,
-    io-streams-haproxy                  >= 1.0      && < 1.1,
-    lifted-base                         >= 0.1      && < 0.3,
-    monad-control                       >= 1.0      && < 1.1,
-    mtl                                 >= 2.0      && < 2.3,
-    network                             >= 2.3      && < 2.7,
-    old-locale                          >= 1.0      && < 1.1,
-    random                              >= 1.0      && < 1.2,
-    snap-core                           >= 1.0      && < 1.1,
-    text                                >= 0.11     && < 1.3,
-    threads                             >= 0.5      && < 0.6,
-    time                                >= 1.0      && < 1.9,
-    transformers                        >= 0.3      && < 0.6,
-    unix-compat                         >= 0.2      && < 0.5,
-    vector                              >= 0.7      && < 0.13,
-
-    HUnit                               >= 1.2      && < 2,
-    QuickCheck                          >= 2.3.0.2  && < 3,
-    deepseq                             >= 1.3      && < 2,
-    http-streams                        >= 0.7      && < 0.9,
-    http-common                         >= 0.7      && < 0.9,
-    parallel                            >= 3        && < 4,
-    test-framework                      >= 0.8.0.3  && < 0.9,
-    test-framework-hunit                >= 0.2.7    && < 0.4,
-    test-framework-quickcheck2          >= 0.2.12.1 && < 0.4
-
-  other-extensions:
-    BangPatterns,
-    CPP,
-    MagicHash,
-    Rank2Types,
-    OverloadedStrings,
-    ScopedTypeVariables,
-    DeriveDataTypeable,
-    PackageImports,
-    ViewPatterns,
-    ForeignFunctionInterface,
-    EmptyDataDecls,
-    GeneralizedNewtypeDeriving
-
-  if flag(portable) || os(windows)
-    cpp-options: -DPORTABLE
-  else
-    build-depends: unix                         < 2.8
-
-  -- always label threads in testsuite
-  cpp-options: -DLABEL_THREADS
-
-  if flag(openssl)
-    cpp-options: -DOPENSSL
-    build-depends: HsOpenSSL       >= 0.10.4 && < 0.12,
-                   openssl-streams >= 1.1    && < 1.3
-
-  if os(linux) && !flag(portable)
-    cpp-options: -DLINUX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
-    other-modules:
-      System.SendFile,
-      System.SendFile.Linux,
-      System.SendFile.Tests
-    c-sources: test/cbits/errno_util.c
-
-  if os(darwin) && !flag(portable)
-     cpp-options: -DHAS_UNIX_SOCKETS
---  if os(darwin) && !flag(portable)
---    cpp-options: -DOSX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
---    other-modules:
---      System.SendFile,
---      System.SendFile.Darwin,
---      System.SendFile.Tests
---    c-sources: test/cbits/errno_util.c
-
-  if os(freebsd) && !flag(portable)
-    cpp-options: -DFREEBSD -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
-    other-modules:
-      System.SendFile,
-      System.SendFile.FreeBSD,
-      System.SendFile.Tests
-    c-sources: test/cbits/errno_util.c
-
-  cpp-options: -DTESTSUITE
-
-  ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
-               -fno-warn-unused-do-bind -threaded
-
-
-Benchmark benchmark
-  type:             exitcode-stdio-1.0
-  hs-source-dirs:   benchmark src
-  main-is:          Benchmark.hs
-  default-language: Haskell2010
-
-  other-modules:
-    Snap.Internal.Http.Parser.Benchmark,
-    Snap.Internal.Http.Parser.Data,
-    Snap.Internal.Http.Server.Parser
-
-  build-depends:
-    attoparsec                          >= 0.12    && < 0.14,
-    base                                >= 4       && < 5,
-    blaze-builder                       >= 0.4     && < 0.5,
-    bytestring                          >= 0.9     && < 0.11,
-    bytestring-builder                  >= 0.10.4  && < 0.11,
-    criterion                           >= 0.6     && < 1.3,
-    io-streams,
-    io-streams-haproxy                  >= 1.0     && < 1.1,
-    snap-core                           >= 1.0     && < 1.1,
-    vector                              >= 0.7     && < 0.13
-
-  ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
-               -fno-warn-unused-do-bind -rtsopts
-
-  other-extensions:
-    BangPatterns,
-    CPP,
-    MagicHash,
-    Rank2Types,
-    OverloadedStrings,
-    ScopedTypeVariables,
-    DeriveDataTypeable,
-    PackageImports,
-    ViewPatterns,
-    ForeignFunctionInterface,
-    EmptyDataDecls,
-    GeneralizedNewtypeDeriving
-
-Executable snap-test-pong-server
-  hs-source-dirs: src pong
-  main-is: Main.hs
-
-  if !flag(build-pong)
-    buildable: False
-
-  default-language: Haskell2010
-
-  other-modules:
-    Paths_snap_server,
-    Snap.Internal.Http.Server.Address,
-    Snap.Internal.Http.Server.Clock,
-    Snap.Internal.Http.Server.Common,
-    Snap.Internal.Http.Server.Config,
-    Snap.Internal.Http.Server.Date,
-    Snap.Internal.Http.Server.Parser,
-    Snap.Internal.Http.Server.Session,
-    Snap.Internal.Http.Server.Socket,
-    Snap.Internal.Http.Server.Thread,
-    Snap.Internal.Http.Server.TimeoutManager,
-    Snap.Internal.Http.Server.TLS,
-    Snap.Internal.Http.Server.Types
-
-  if flag(portable) || os(windows)
-    cpp-options: -DPORTABLE
-  else
-    build-depends: unix                         < 2.8
-
-  if os(linux) && !flag(portable)
-    cpp-options: -DLINUX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
-    other-modules:
-      System.SendFile,
-      System.SendFile.Linux
-
-  if os(darwin) && !flag(portable)
-     cpp-options: -DHAS_UNIX_SOCKETS
---  if os(darwin) && !flag(portable)
---    cpp-options: -DOSX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
---    other-modules:
---      System.SendFile,
---      System.SendFile.Darwin
-
-  if os(freebsd) && !flag(portable)
-    cpp-options: -DFREEBSD -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
-    other-modules:
-      System.SendFile,
-      System.SendFile.FreeBSD
-
-  if flag(openssl)
-    cpp-options: -DOPENSSL
-    build-depends: HsOpenSSL            >= 0.10.4   && < 0.12,
-                   openssl-streams      >= 1.1      && < 1.3
-
-  build-depends:
-    attoparsec                          >= 0.12     && < 0.14,
-    base                                >= 4        && < 5,
-    blaze-builder                       >= 0.4      && < 0.5,
-    bytestring                          >= 0.9.1    && < 0.11,
-    bytestring-builder                  >= 0.10.4   && < 0.11,
-    case-insensitive                    >= 1.1      && < 1.3,
-    clock                               >= 0.7.1    && < 0.8,
-    containers                          >= 0.3      && < 0.6,
-    io-streams,
-    io-streams-haproxy                  >= 1.0      && < 1.1,
-    lifted-base                         >= 0.1      && < 0.3,
-    mtl                                 >= 2.0      && < 2.3,
-    network                             >= 2.3      && < 2.7,
-    old-locale                          >= 1.0      && < 1.1,
-    snap-core                           >= 1.0      && < 1.1,
-    text                                >= 0.11     && < 1.3,
-    time                                >= 1.0      && < 1.9,
-    unix-compat                         >= 0.2      && < 0.5,
-    vector                              >= 0.7      && < 0.13
-
-  ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
-               -fno-warn-unused-do-bind -threaded -rtsopts
-
-  other-extensions:
-    BangPatterns,
-    CPP,
-    MagicHash,
-    Rank2Types,
-    OverloadedStrings,
-    ScopedTypeVariables,
-    DeriveDataTypeable,
-    PackageImports,
-    ViewPatterns,
-    ForeignFunctionInterface,
-    EmptyDataDecls,
-    GeneralizedNewtypeDeriving
-
-
-Executable snap-test-server
-  hs-source-dirs: src testserver test
-  main-is: Main.hs
-
-  if !flag(build-testserver)
-    buildable: False
-
-  if flag(openssl)
-    cpp-options: -DOPENSSL
-    build-depends: HsOpenSSL       >= 0.10.4 && < 0.12,
-                   openssl-streams >= 1.1    && < 1.3
-
-  default-language: Haskell2010
-
-  other-modules:
-    Paths_snap_server,
-    Snap.Internal.Http.Server.Address,
-    Snap.Internal.Http.Server.Clock,
-    Snap.Internal.Http.Server.Common,
-    Snap.Internal.Http.Server.Config,
-    Snap.Internal.Http.Server.Date,
-    Snap.Internal.Http.Server.Parser,
-    Snap.Internal.Http.Server.Session,
-    Snap.Internal.Http.Server.Socket,
-    Snap.Internal.Http.Server.Thread,
-    Snap.Internal.Http.Server.TimeoutManager,
-    Snap.Internal.Http.Server.TLS,
-    Snap.Internal.Http.Server.Types
-
-  if flag(portable) || os(windows)
-    cpp-options: -DPORTABLE
-  else
-    build-depends: unix < 2.8
-
-  if os(linux) && !flag(portable)
-    cpp-options: -DLINUX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
-    other-modules:
-      System.SendFile,
-      System.SendFile.Linux
-
-  if os(darwin) && !flag(portable)
-     cpp-options: -DHAS_UNIX_SOCKETS
-  -- if os(darwin) && !flag(portable)
-  --   cpp-options: -DOSX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
-  --   other-modules:
-  --     System.SendFile,
-  --     System.SendFile.Darwin
-
-  if os(freebsd) && !flag(portable)
-    cpp-options: -DFREEBSD -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
-    other-modules:
-      System.SendFile,
-      System.SendFile.FreeBSD
-
-  build-depends:
-    attoparsec                          >= 0.12     && < 0.14,
-    base                                >= 4        && < 5,
-    blaze-builder                       >= 0.4      && < 0.5,
-    bytestring                          >= 0.9.1    && < 0.11,
-    bytestring-builder                  >= 0.10.4   && < 0.11,
-    case-insensitive                    >= 1.1      && < 1.3,
-    clock                               >= 0.7.1    && < 0.8,
-    containers                          >= 0.3      && < 0.6,
-    directory                           >= 1.1      && < 1.4,
-    io-streams,
-    io-streams-haproxy                  >= 1.0      && < 1.1,
-    lifted-base                         >= 0.1      && < 0.3,
-    mtl                                 >= 2.0      && < 2.3,
-    network                             >= 2.3      && < 2.7,
-    old-locale                          >= 1.0      && < 1.1,
-    snap-core                           >= 1.0      && < 1.1,
-    text                                >= 0.11     && < 1.3,
-    time                                >= 1.0      && < 1.9,
-    transformers                        >= 0.3      && < 0.6,
-    unix-compat                         >= 0.2      && < 0.5,
-    vector                              >= 0.7      && < 0.13
-
-  ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
-               -fno-warn-unused-do-bind -threaded -rtsopts
-
-  other-extensions:
-    BangPatterns,
-    CPP,
-    MagicHash,
-    Rank2Types,
-    OverloadedStrings,
-    ScopedTypeVariables,
-    DeriveDataTypeable,
-    PackageImports,
-    ViewPatterns,
-    ForeignFunctionInterface,
-    EmptyDataDecls,
-    GeneralizedNewtypeDeriving
-
-source-repository head
-  type:     git
-  location: git://github.com/snapframework/snap-server.git


=====================================
additional-cabals/snap-templates-1.0.0.0.cabal deleted
=====================================
--- a/additional-cabals/snap-templates-1.0.0.0.cabal
+++ /dev/null
@@ -1,95 +0,0 @@
-name:           snap-templates
-version:        1.0.0.0
-synopsis:       Scaffolding CLI for the Snap Framework
-description:
-    This is the Scaffolding CLI for the official Snap Framework libraries.
-    It includes:
-    .
-    * The \"snap\" executable program for generating starter projects
-    .
-    To get started, issue the following sequence of commands:
-    .
-    @$ cabal install snap-templates
-    $ mkdir myproject
-    $ cd myproject
-    $ snap init@
-    .
-    If you have trouble or any questions, see our FAQ page
-    (<http://snapframework.com/faq>) or the documentation
-    (<http://snapframework.com/docs>).
-
-license:        BSD3
-license-file:   LICENSE
-author:         Ozgun Ataman, Doug Beardsley, Gregory Collins, Carl Howells, Chris Smith
-maintainer:     snap at snapframework.com
-build-type:     Simple
-cabal-version:  >= 1.8
-homepage:       http://snapframework.com/
-category:       Web, Snap
-
-extra-source-files:
-  CONTRIBUTORS,
-  LICENSE,
-  README.md,
-  project_template/barebones/.ghci,
-  project_template/barebones/foo.cabal,
-  project_template/barebones/log/placeholder,
-  project_template/barebones/src/Main.hs,
-  project_template/default/.ghci,
-  project_template/default/foo.cabal,
-  project_template/default/log/placeholder,
-  project_template/default/static/screen.css,
-  project_template/default/snaplets/heist/templates/base.tpl,
-  project_template/default/snaplets/heist/templates/index.tpl,
-  project_template/default/snaplets/heist/templates/_login.tpl,
-  project_template/default/snaplets/heist/templates/login.tpl,
-  project_template/default/snaplets/heist/templates/_new_user.tpl,
-  project_template/default/snaplets/heist/templates/new_user.tpl,
-  project_template/default/snaplets/heist/templates/userform.tpl,
-  project_template/default/src/Application.hs,
-  project_template/default/src/Main.hs,
-  project_template/default/src/Site.hs,
-  project_template/tutorial/.ghci,
-  project_template/tutorial/foo.cabal,
-  project_template/tutorial/log/placeholder,
-  project_template/tutorial/src/Part2.lhs,
-  project_template/tutorial/src/Tutorial.lhs,
-  test/snap-testsuite.cabal,
-  test/runTestsAndCoverage.sh
-
-Executable snap
-  hs-source-dirs: src
-  main-is: Snap/Starter.hs
-
-  other-modules: Snap.StarterTH
-
-  build-depends:
-    base                >= 4       && < 5,
-    bytestring          >= 0.9.1   && < 0.11,
-    containers          >= 0.3     && < 0.6,
-    directory           >= 1.0     && < 1.3,
-    directory-tree      >= 0.11    && < 0.13,
-    filepath            >= 1.1     && < 1.5,
-    -- Blacklist bad versions of hashable
-    hashable            (>= 1.1 && < 1.2) || (>= 1.2.0.6 && <1.3),
-    old-time            >= 1.0     && < 1.2,
---    snap-server         >= 1.0     && < 1.1,
-    template-haskell    >= 2.2     && < 2.12,
-    text                >= 0.11    && < 1.3
-
-  extensions:
-    OverloadedStrings
-
-  other-extensions:
-    TemplateHaskell
-
-  if impl(ghc >= 6.12.0)
-    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
-                 -fno-warn-orphans -fno-warn-unused-do-bind
-  else
-    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
-                 -fno-warn-orphans
-
-source-repository head
-  type:     git
-  location: https://github.com/snapframework/snap-templates.git


=====================================
additional-cabals/tasty-golden-2.3.1.cabal deleted
=====================================
--- a/additional-cabals/tasty-golden-2.3.1.cabal
+++ /dev/null
@@ -1,70 +0,0 @@
-name:                tasty-golden
-version:             2.3.1
-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.
-
-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 at 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 >= 0.8,
-    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 >= 0.8
-    , tasty-hunit
-    , tasty-golden
-    , filepath
-    , directory
-    , process
-    , temporary-rc


=====================================
additional-cabals/warp-3.2.13.cabal deleted
=====================================
--- a/additional-cabals/warp-3.2.13.cabal
+++ /dev/null
@@ -1,208 +0,0 @@
-Name:                warp
-Version:             3.2.13
-Synopsis:            A fast, light-weight web server for WAI applications.
-License:             MIT
-License-file:        LICENSE
-Author:              Michael Snoyman, Kazu Yamamoto, Matt Brown
-Maintainer:          michael at snoyman.com
-Homepage:            http://github.com/yesodweb/wai
-Category:            Web, Yesod
-Build-Type:          Simple
-Cabal-Version:       >=1.8
-Stability:           Stable
-description:         HTTP\/1.0, HTTP\/1.1 and HTTP\/2 are supported.
-                     For HTTP\/2,  Warp supports direct and ALPN (in TLS)
-                     but not upgrade.
-                     API docs and the README are available at
-                     <http://www.stackage.org/package/warp>.
-extra-source-files:  attic/hex
-                     ChangeLog.md
-                     README.md
-                     test/head-response
-                     test/inputFile
-
-Flag network-bytestring
-    Default: False
-
-Flag allow-sendfilefd
-    Description: Allow use of sendfileFd (not available on GNU/kFreeBSD)
-    Default:     True
-
-Flag warp-debug
-    Description: print debug output. not suitable for production
-    Default:     False
-
-Library
-  Build-Depends:     base                      >= 3        && < 5
-                   , array
-                   , async
-                   , auto-update               >= 0.1.3    && < 0.2
-                   , blaze-builder             >= 0.4
-                   , bytestring                >= 0.9.1.4
-                   , bytestring-builder
-                   , case-insensitive          >= 0.2
-                   , containers
-                   , ghc-prim
-                   , http-types                >= 0.9.1
-                   , iproute                   >= 1.3.1
-                   , http2                     >= 1.6      && < 1.7
-                   , simple-sendfile           >= 0.2.7    && < 0.3
-                   , unix-compat               >= 0.2
-                   , wai                       >= 3.2      && < 3.3
-                   , text
-                   , streaming-commons         >= 0.1.10
-                   , vault                     >= 0.3
-                   , stm                       >= 2.3
-                   , word8
-                   , hashable
-                   , http-date
-  if flag(network-bytestring)
-      Build-Depends: network                   >= 2.2.1.5  && < 2.2.3
-                   , network-bytestring        >= 0.1.3    && < 0.1.4
-  else
-      Build-Depends: network               >= 2.3
-  Exposed-modules:   Network.Wai.Handler.Warp
-                     Network.Wai.Handler.Warp.Internal
-  Other-modules:     Network.Wai.Handler.Warp.Buffer
-                     Network.Wai.Handler.Warp.Conduit
-                     Network.Wai.Handler.Warp.Counter
-                     Network.Wai.Handler.Warp.Date
-                     Network.Wai.Handler.Warp.FdCache
-                     Network.Wai.Handler.Warp.File
-                     Network.Wai.Handler.Warp.FileInfoCache
-                     Network.Wai.Handler.Warp.HashMap
-                     Network.Wai.Handler.Warp.HTTP2
-                     Network.Wai.Handler.Warp.HTTP2.EncodeFrame
-                     Network.Wai.Handler.Warp.HTTP2.File
-                     Network.Wai.Handler.Warp.HTTP2.HPACK
-                     Network.Wai.Handler.Warp.HTTP2.Manager
-                     Network.Wai.Handler.Warp.HTTP2.Receiver
-                     Network.Wai.Handler.Warp.HTTP2.Request
-                     Network.Wai.Handler.Warp.HTTP2.Sender
-                     Network.Wai.Handler.Warp.HTTP2.Types
-                     Network.Wai.Handler.Warp.HTTP2.Worker
-                     Network.Wai.Handler.Warp.Header
-                     Network.Wai.Handler.Warp.IO
-                     Network.Wai.Handler.Warp.IORef
-                     Network.Wai.Handler.Warp.PackInt
-                     Network.Wai.Handler.Warp.ReadInt
-                     Network.Wai.Handler.Warp.Recv
-                     Network.Wai.Handler.Warp.Request
-                     Network.Wai.Handler.Warp.RequestHeader
-                     Network.Wai.Handler.Warp.Response
-                     Network.Wai.Handler.Warp.ResponseHeader
-                     Network.Wai.Handler.Warp.Run
-                     Network.Wai.Handler.Warp.SendFile
-                     Network.Wai.Handler.Warp.Settings
-                     Network.Wai.Handler.Warp.Some
-                     Network.Wai.Handler.Warp.Timeout
-                     Network.Wai.Handler.Warp.Types
-                     Network.Wai.Handler.Warp.Windows
-                     Network.Wai.Handler.Warp.WithApplication
-                     Paths_warp
-  Ghc-Options:       -Wall
-
-  if flag(warp-debug)
-      Cpp-Options:   -DWARP_DEBUG
-  if (os(linux) || os(freebsd) || os(darwin)) && flag(allow-sendfilefd)
-      Cpp-Options:   -DSENDFILEFD
-  if os(windows)
-      Cpp-Options:   -DWINDOWS
-      Build-Depends: time
-  else
-      Build-Depends: unix
-      Other-modules: Network.Wai.Handler.Warp.MultiMap
-
-Test-Suite doctest
-  Type:                 exitcode-stdio-1.0
-  HS-Source-Dirs:       test
-  Ghc-Options:          -threaded -Wall
-  Main-Is:              doctests.hs
-  Build-Depends:        base
-                      , doctest >= 0.10.1
-
-Test-Suite spec
-    Main-Is:         Spec.hs
-    Other-modules:   BufferPoolSpec
-                     ConduitSpec
-                     ExceptionSpec
-                     FdCacheSpec
-                     FileSpec
-                     ReadIntSpec
-                     RequestSpec
-                     ResponseHeaderSpec
-                     ResponseSpec
-                     RunSpec
-                     SendFileSpec
-                     WithApplicationSpec
-                     HTTP
-    Hs-Source-Dirs:  test, .
-    Type:            exitcode-stdio-1.0
-
-    Ghc-Options:     -Wall
-    Build-Depends:   base >= 4 && < 5
-                   , array
-                   , auto-update
-                   , blaze-builder             >= 0.4
-                   , bytestring                >= 0.9.1.4
-                   , bytestring-builder
-                   , case-insensitive          >= 0.2
-                   , ghc-prim
-                   , HTTP
-                   , http-types                >= 0.8.5
-                   , iproute                   >= 1.3.1
-                   , lifted-base               >= 0.1
-                   , simple-sendfile           >= 0.2.4    && < 0.3
-                   , transformers              >= 0.2.2
-                   , unix-compat               >= 0.2
-                   , wai                       >= 3.2      && < 3.3
-                   , network
-                   , HUnit
-                   , QuickCheck
-                   , hspec                     >= 1.3
-                   , time
-                   , text
-                   , streaming-commons         >= 0.1.10
-                   , silently
-                   , async
-                   , vault
-                   , stm                       >= 2.3
-                   , directory
-                   , process
-                   , containers
-                   , http2                     >= 1.6      && < 1.7
-                   , word8
-                   , hashable
-                   , http-date
-
-  if (os(linux) || os(freebsd) || os(darwin)) && flag(allow-sendfilefd)
-    Cpp-Options:   -DSENDFILEFD
-    Build-Depends: unix
-  if os(windows)
-      Cpp-Options:   -DWINDOWS
-
-Benchmark parser
-    Type:           exitcode-stdio-1.0
-    Main-Is:        Parser.hs
-    HS-Source-Dirs: bench .
-    Build-Depends:  base
-                  , auto-update
-                  , bytestring
-                  , containers
-                  , criterion >= 1
-                  , hashable
-                  , http-date
-                  , http-types
-                  , network
-                  , network
-                  , unix-compat
-
-  if (os(linux) || os(freebsd) || os(darwin)) && flag(allow-sendfilefd)
-    Cpp-Options:   -DSENDFILEFD
-    Build-Depends: unix
-  if os(windows)
-      Cpp-Options:   -DWINDOWS
-
-Source-Repository head
-  Type:     git
-  Location: git://github.com/yesodweb/wai.git


=====================================
patches/pandoc/1.19.2.4/newer-skylighting → patches/pandoc/2.1.2/newer-skylighting
=====================================


=====================================
patches/pandoc/1.19.2.4/series → patches/pandoc/2.1.2/series
=====================================


=====================================
patches/snap-templates/1.0.0.0/newer-directory → patches/snap-templates/1.0.0.1/newer-directory
=====================================


=====================================
patches/snap-templates/1.0.0.0/rename-snap-binary → patches/snap-templates/1.0.0.1/rename-snap-binary
=====================================


=====================================
patches/snap-templates/1.0.0.0/series → patches/snap-templates/1.0.0.1/series
=====================================



View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/4d19bb36b540467b6b0e01818feb8eaed8e3b16d

---
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/4d19bb36b540467b6b0e01818feb8eaed8e3b16d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180415/828ce7e1/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list