mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-11-27 18:45:57 +03:00
core: sort deps in cabal file
This commit is contained in:
parent
a0a6b0de6a
commit
4b481cff41
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user