Skip to content

Commit

Permalink
Sort dependencies lists
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Nov 17, 2020
1 parent f300a1c commit ec40252
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion graphula-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 9494db7c3543b7b9e961cdafedbc4b3f4ce988affd20b77d17f4340ed2ec9e97
-- hash: c702d130f70b24da8de0ffee7a182f6962fb405feea3f8e1bc1070a191b37900

name: graphula-core
version: 2.0.0.0
Expand All @@ -19,6 +19,7 @@ extra-source-files:
library
exposed-modules:
Graphula
Graphula.Arbitrary
Graphula.Internal
Graphula.Key
other-modules:
Expand Down
7 changes: 3 additions & 4 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ library:
- src
ghc-options: -Wall
dependencies:
- HUnit
- QuickCheck
- containers
- directory
- generics-eot
- HUnit
- mtl
- persistent
- QuickCheck
- random
- semigroups
- temporary
Expand All @@ -36,6 +36,7 @@ tests:
source-dirs:
- test
dependencies:
- QuickCheck
- aeson
- bytestring
- containers
Expand All @@ -46,10 +47,8 @@ tests:
- monad-logger
- path-pieces
- persistent
#- persistent-arbitrary
- persistent-sqlite
- persistent-template
- QuickCheck
- resourcet
- semigroups
- text
Expand Down

0 comments on commit ec40252

Please sign in to comment.