Skip to content

Commit

Permalink
Bump version and API dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Apr 6, 2018
1 parent d32ba43 commit f1f581d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions matterhorn.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: matterhorn
version: 40800.0.1
version: 40800.0.2
synopsis: Terminal client for the Mattermost chat system
description: This is a terminal client for the Mattermost chat
system. Please see the README for a list of
Expand Down Expand Up @@ -93,7 +93,7 @@ executable matterhorn
NoImplicitPrelude
ghc-options: -Wall -threaded -with-rtsopts=-I0
build-depends: base >=4.8 && <5
, mattermost-api == 40800.0.0
, mattermost-api == 40800.0.1
, base-compat >= 0.9 && < 0.10
, unordered-containers >= 0.2 && < 0.3
, containers >= 0.5.7 && < 0.6
Expand Down Expand Up @@ -162,8 +162,8 @@ test-suite test_messages
, filepath >= 1.4 && < 1.5
, hashable >= 1.2 && < 1.3
, Hclip >= 3.0 && < 3.1
, mattermost-api == 40800.0.0
, mattermost-api-qc == 40800.0.0
, mattermost-api == 40800.0.1
, mattermost-api-qc == 40800.0.1
, microlens-platform >= 0.3 && < 0.4
, mtl >= 2.2 && < 2.3
, process >= 1.4 && < 1.7
Expand Down

0 comments on commit f1f581d

Please sign in to comment.