Skip to content

Commit 0f50f40

Browse files
committed
Hackage-safe
1 parent 79f4c0f commit 0f50f40

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

hnix-store-core/hnix-store-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ library
2828
, System.Nix.ReadonlyStore
2929
, System.Nix.Store
3030
, System.Nix.Util
31-
build-depends: base >=4.10
31+
build-depends: base >=4.10 && <5
3232
, base16-bytestring
3333
, bytestring
3434
, binary

hnix-store-remote/hnix-store-remote.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: hnix-store-remote
22
version: 0.1.0.0
33
synopsis: Remote hnix store
4-
description:
4+
description: Implementation of the nix store using the daemon protocol.
55
homepage: https://github.com/haskell-nix/hnix-store
66
license: Apache-2.0
77
license-file: LICENSE
@@ -10,7 +10,7 @@ maintainer: [email protected]
1010
copyright: 2018 Richard Marko
1111
category: System
1212
build-type: Simple
13-
extra-source-files: ChangeLog.md, README.md
13+
extra-source-files: README.md
1414
cabal-version: >=1.10
1515

1616
library
@@ -20,7 +20,7 @@ library
2020
, System.Nix.Store.Remote.Types
2121
, System.Nix.Store.Remote.Util
2222

23-
build-depends: base >=4.10
23+
build-depends: base >=4.10 && <5
2424
, base64-bytestring
2525
, bytestring
2626
, binary
@@ -49,3 +49,4 @@ executable hnix-store-temporary-live-test
4949
, hnix-store-remote
5050
, unordered-containers
5151
, pretty-simple
52+
default-language: Haskell2010

0 commit comments

Comments
 (0)