Skip to content

Commit

Permalink
wut
Browse files Browse the repository at this point in the history
  • Loading branch information
bitemyapp committed Sep 21, 2015
1 parent 7b0c801 commit 83857a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bloodhound.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ library
build-depends: base >= 4.3 && <5,
bytestring >= 0.10.0 && <0.11,
containers >= 0.5.0.0 && <0.6,
aeson >= 0.7 && <0.10,
aeson >= 0.7 && <0.11,
http-client >= 0.3 && <0.5,
semigroups >= 0.15 && <0.18,
time >= 1.4 && <1.6,
Expand Down
5 changes: 4 additions & 1 deletion stack-7.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ flags: {}
packages:
- '.'
extra-deps:
- aeson-0.10.0.0
- attoparsec-0.13.0.1
- time-1.5.0.1
- doctest-0.10.1
- doctest-prop-0.2.0.1
- quickcheck-properties-0.1
- uri-bytestring-0.1.2
- uri-bytestring-0.1.9
resolver: lts-3.1
5 changes: 4 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ flags: {}
packages:
- '.'
extra-deps:
- aeson-0.10.0.0
- attoparsec-0.13.0.1
- time-1.5.0.1
- doctest-0.10.1
- doctest-prop-0.2.0.1
- quickcheck-properties-0.1
- uri-bytestring-0.1.2
- uri-bytestring-0.1.9
resolver: lts-2.18

0 comments on commit 83857a2

Please sign in to comment.