From 4b481cff413ba6a9d27f15ea1cbb12539963da0d Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Wed, 22 Nov 2023 11:14:55 +0100 Subject: [PATCH] core: sort deps in cabal file --- hnix-store-core/hnix-store-core.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hnix-store-core/hnix-store-core.cabal b/hnix-store-core/hnix-store-core.cabal index 3cb9e54..735ce2b 100644 --- a/hnix-store-core/hnix-store-core.cabal +++ b/hnix-store-core/hnix-store-core.cabal @@ -76,14 +76,14 @@ library , bytestring , containers , constraints-extras + , cryptonite , data-default-class , dependent-sum > 0.7 , dependent-sum-template > 0.1.1 && < 0.3 - -- Required for cryptonite low-level type convertion - , memory - , cryptonite , filepath , hashable + -- Required for cryptonite low-level type convertion + , memory , mtl , nix-derivation >= 1.1.1 && <2 , saltine >= 0.2 && < 0.3 @@ -114,8 +114,8 @@ test-suite core , bytestring , cryptonite , data-default-class + , hspec , tasty , tasty-golden - , hspec , tasty-hspec , text