Skip to content

Commit db8c59f

Browse files
committed
Re-order dependencies
1 parent 2daa36c commit db8c59f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotenv.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ executable dotenv
4848
other-modules: Configuration.Dotenv
4949
Configuration.Dotenv.Parse
5050
, Configuration.Dotenv.Text
51-
51+
5252
-- other-extensions:
5353
build-depends: base >=4.5 && <5.0
5454
, base-compat >= 0.4
@@ -83,8 +83,8 @@ test-suite dotenv-test
8383
, Configuration.Dotenv.TextSpec
8484
, Configuration.Dotenv.ParseSpec
8585
, Configuration.Dotenv
86-
, Configuration.Dotenv.Parse
8786
, Configuration.Dotenv.Text
87+
, Configuration.Dotenv.Parse
8888

8989
build-depends: base >=4.5 && <5.0
9090
, base-compat >= 0.4

0 commit comments

Comments
 (0)