Commit 50e2ec3c authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

Merge branch 'adinapoli/remove-ghc-dependency' into 'master'

Remove useless ghc dependency from tree

See merge request !14
parents 01292aae 3afad0c6
packages: . packages: .
with-compiler: ghc-9.4.8
source-repository-package source-repository-package
type: git type: git
......
...@@ -52,7 +52,6 @@ library ...@@ -52,7 +52,6 @@ library
, data-time-segment , data-time-segment
, either , either
, exceptions , exceptions
, ghc
, http-client , http-client
, http-client-tls , http-client-tls
, http-media , http-media
...@@ -90,7 +89,6 @@ executable crawlerPubMed-exe ...@@ -90,7 +89,6 @@ executable crawlerPubMed-exe
, data-time-segment , data-time-segment
, either , either
, exceptions , exceptions
, ghc
, http-client , http-client
, http-client-tls , http-client-tls
, http-media , http-media
...@@ -132,7 +130,6 @@ test-suite crawlerPubMed-test ...@@ -132,7 +130,6 @@ test-suite crawlerPubMed-test
, data-time-segment , data-time-segment
, either , either
, exceptions , exceptions
, ghc
, http-client , http-client
, http-client-tls , http-client-tls
, http-media , http-media
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment