Skip to content

Commit

Permalink
sort dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gelisam committed Jul 19, 2015
1 parent 1b8a81e commit f452468
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions haskell-awk.cabal
Expand Up @@ -60,8 +60,8 @@ Executable hawk
, hint >=0.3.3.5
, mtl >=2.1.2
, network >=2.3.1.0
, stringsearch >=0.3.6.4
, process
, stringsearch >=0.3.6.4
, template-haskell
, time
, transformers >=0.3.0.0
Expand Down Expand Up @@ -90,23 +90,23 @@ Test-suite reference
, containers
, directory
, doctest >=0.3.0
, easy-file
, exceptions >=0.1
, extra
, template-haskell
, test-framework >=0.1
, test-framework-hunit >=0.2.0
, temporary >=1.0
, filepath
, haskell-awk
, hspec >=0.2.0
, HUnit >=1.1
, easy-file
, haskell-src-exts >=1.14.0
, hint >=0.3.3.5
, filepath
, hspec >=0.2.0
, HUnit >=1.1
, mtl >=2.1.2
, network >=2.3.1.0
, process
, stringsearch >=0.3.6.4
, template-haskell
, temporary >=1.0
, test-framework >=0.1
, test-framework-hunit >=0.2.0
, time
, transformers >=0.3.0.0
Default-Language: Haskell98

0 comments on commit f452468

Please sign in to comment.