Hackage-safe

This commit is contained in:
Shea Levy 2019-03-18 17:20:31 -04:00
parent 79f4c0fa5f
commit 0f50f40ffb
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27
2 changed files with 5 additions and 4 deletions

View File

@ -28,7 +28,7 @@ library
, System.Nix.ReadonlyStore
, System.Nix.Store
, System.Nix.Util
build-depends: base >=4.10
build-depends: base >=4.10 && <5
, base16-bytestring
, bytestring
, binary

View File

@ -1,7 +1,7 @@
name: hnix-store-remote
version: 0.1.0.0
synopsis: Remote hnix store
description:
description: Implementation of the nix store using the daemon protocol.
homepage: https://github.com/haskell-nix/hnix-store
license: Apache-2.0
license-file: LICENSE
@ -10,7 +10,7 @@ maintainer: srk@48.io
copyright: 2018 Richard Marko
category: System
build-type: Simple
extra-source-files: ChangeLog.md, README.md
extra-source-files: README.md
cabal-version: >=1.10
library
@ -20,7 +20,7 @@ library
, System.Nix.Store.Remote.Types
, System.Nix.Store.Remote.Util
build-depends: base >=4.10
build-depends: base >=4.10 && <5
, base64-bytestring
, bytestring
, binary
@ -49,3 +49,4 @@ executable hnix-store-temporary-live-test
, hnix-store-remote
, unordered-containers
, pretty-simple
default-language: Haskell2010