Update version bounds, restructure file (remove useless library name)
This commit is contained in:
parent
d338e7b5c9
commit
cb2bd54596
1 changed files with 8 additions and 9 deletions
17
hablo.cabal
17
hablo.cabal
|
@ -27,7 +27,7 @@ data-dir: share
|
|||
data-files: js/*.js
|
||||
defaultWording.conf
|
||||
|
||||
library hablo-internals
|
||||
library
|
||||
exposed-modules: Arguments
|
||||
, Article
|
||||
, ArticlesList
|
||||
|
@ -50,19 +50,19 @@ library hablo-internals
|
|||
, Pretty
|
||||
, RSS
|
||||
-- other-extensions:
|
||||
build-depends: aeson >= 1.4.0 && < 1.5
|
||||
, base >= 4.9.1 && < 4.14
|
||||
, bytestring >= 0.10.8 && < 0.11
|
||||
build-depends: aeson >= 1.4.0 && < 1.6
|
||||
, base >= 4.9.1 && < 4.15
|
||||
, bytestring >= 0.10.8 && < 0.12
|
||||
, containers >= 0.5.11 && < 0.7
|
||||
, directory >= 1.3.1 && < 1.4
|
||||
, filepath >= 1.4.2 && < 1.5
|
||||
, lucid >= 2.9.11 && < 2.10
|
||||
, mtl >= 2.2.2 && < 2.3
|
||||
, optparse-applicative >= 0.14.3 && < 0.16
|
||||
, optparse-applicative >= 0.14.3 && < 0.17
|
||||
, parsec >= 3.1.13 && < 3.2
|
||||
, template >= 0.2.0 && < 0.3
|
||||
, text >= 1.2.3 && < 1.3
|
||||
, time >= 1.8.0 && < 1.10
|
||||
, time >= 1.8.0 && < 1.12
|
||||
, SJW >= 0.1.2 && < 0.2
|
||||
, unix >= 2.7.2 && < 2.8
|
||||
ghc-options: -Wall
|
||||
|
@ -73,8 +73,8 @@ executable hablo
|
|||
main-is: src/Main.hs
|
||||
other-modules: Paths_hablo
|
||||
-- other-extensions:
|
||||
build-depends: base >= 4.9.1 && < 4.13
|
||||
, hablo-internals
|
||||
build-depends: base >= 4.9.1 && < 4.15
|
||||
, hablo
|
||||
, mtl >= 2.2.2 && < 2.3
|
||||
ghc-options: -Wall -dynamic
|
||||
default-language: Haskell2010
|
||||
|
@ -103,7 +103,6 @@ test-suite tests
|
|||
, directory
|
||||
, filepath
|
||||
, Cabal
|
||||
, hablo-internals
|
||||
, lucid
|
||||
, mtl
|
||||
, text
|
||||
|
|
Loading…
Reference in a new issue