File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11name : hnix-store-remote
22version : 0.1.0.0
33synopsis : Remote hnix store
4- description :
4+ description : Implementation of the nix store using the daemon protocol.
55homepage : https://github.com/haskell-nix/hnix-store
66license : Apache-2.0
77license-file : LICENSE
1010copyright : 2018 Richard Marko
1111category : System
1212build-type : Simple
13- extra-source-files : ChangeLog.md, README.md
13+ extra-source-files : README.md
1414cabal-version : >= 1.10
1515
1616library
@@ -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
You can’t perform that action at this time.
0 commit comments