Skip to content

Commit 4b481cf

Browse files
committed
core: sort deps in cabal file
1 parent a0a6b0d commit 4b481cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ library
7676
, bytestring
7777
, containers
7878
, constraints-extras
79+
, cryptonite
7980
, data-default-class
8081
, dependent-sum > 0.7
8182
, dependent-sum-template > 0.1.1 && < 0.3
82-
-- Required for cryptonite low-level type convertion
83-
, memory
84-
, cryptonite
8583
, filepath
8684
, hashable
85+
-- Required for cryptonite low-level type convertion
86+
, memory
8787
, mtl
8888
, nix-derivation >= 1.1.1 && <2
8989
, saltine >= 0.2 && < 0.3
@@ -114,8 +114,8 @@ test-suite core
114114
, bytestring
115115
, cryptonite
116116
, data-default-class
117+
, hspec
117118
, tasty
118119
, tasty-golden
119-
, hspec
120120
, tasty-hspec
121121
, text

0 commit comments

Comments
 (0)