Newer
Older
synopsis: Content addressable Haskell package management
description: Please see the README on Github at <https://github.com/commercialhaskell/stack/blob/master/subs/pantry/README.md>
category: Development
author: Michael Snoyman
maintainer: michael@snoyman.com
github: commercialhaskell/stack # TODO move to commercialhaskell/pantry!
default-extensions:
- MonadFailDesugaring
extra-source-files:
- README.md
- ChangeLog.md
- attic/hpack-0.1.2.3.tar.gz
- attic/package-0.1.2.3.tar.gz
- attic/symlink-to-dir.tar.gz
- rio
- aeson
- text
- unordered-containers
- containers
- path
- transformers
- generic-deriving
- unliftio
- http-conduit
- http-client-tls
- http-types
- http-client
- conduit
- bytestring
- network-uri
- hackage-security
- primitive
- vector
- memory
- cryptonite
- cryptonite-conduit
- persistent
- path-io
- rio-orphans
- conduit-extra
# FIXME remove when we drop store
- integer-gmp
- ghc-prim
- template-haskell
- network
- th-utilities
- th-reify-many
- th-lift
- th-lift-instances
- mono-traversable
- safe
- contravariant
- syb
- deepseq
- array
- hashable
- base-orphans
- th-orphans
- cryptonite
- base64-bytestring
- directory
- filepath
ghc-options:
- -Wall
when:
- condition: 'os(windows)'
then:
source-dirs: src/windows/
else:
source-dirs: src/unix/
exposed-modules:
- Pantry
# For testing
- Pantry.Internal
- Pantry.Internal.StaticBytes
# For stackage-server
Alexey Kuleshevich
committed
- Pantry.Internal.Stackage
other-modules:
- Hackage.Security.Client.Repository.HttpLib.HttpClient
- Pantry.Archive
- Pantry.HTTP
- Pantry.HPack
- Pantry.Hackage
- Pantry.Repo
- Pantry.SQLite
- Pantry.Storage
- Pantry.Tree
- Pantry.Types
tests:
spec:
source-dirs: test
main: Spec.hs
dependencies: