Skip to content

Commit

Permalink
decrease required base version for bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterHajdu committed Nov 29, 2019
1 parent 76a71f9 commit 8bbb8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bobek.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cabal-version: >=1.10
test-suite test
main-is: Test.hs
type: exitcode-stdio-1.0
build-depends: base >=4.10
build-depends: base >=4.9
, hspec
, mtl
, process
Expand Down Expand Up @@ -61,7 +61,7 @@ executable bobek
, RabbitMqEnv
, FileEnv
, OptParse
build-depends: base >=4.10
build-depends: base >= 4.9
, amqp
, bytestring
, process
Expand Down

0 comments on commit 8bbb8bd

Please sign in to comment.