diff options
author | Joe Crayne <joe@jerkface.net> | 2018-11-01 17:03:09 -0400 |
---|---|---|
committer | Joe Crayne <joe@jerkface.net> | 2018-11-01 17:03:09 -0400 |
commit | 49dd57c58d9e9d5d31c35c8960686512703e0bae (patch) | |
tree | 83dbb91fd4d9577819220858426a4f35e6507148 /dht-client.cabal | |
parent | d946aa02324a22e8a0c524c275089b0073aef36c (diff) |
Removed apparently unneccessary constraint on hinotify.
Diffstat (limited to 'dht-client.cabal')
-rw-r--r-- | dht-client.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dht-client.cabal b/dht-client.cabal index cbfbe2ad..664dc1e6 100644 --- a/dht-client.cabal +++ b/dht-client.cabal | |||
@@ -211,7 +211,7 @@ library | |||
211 | , template-haskell | 211 | , template-haskell |
212 | , blaze-builder | 212 | , blaze-builder |
213 | , exceptions | 213 | , exceptions |
214 | , hinotify < 0.3.10 || > 0.3.10 | 214 | , hinotify |
215 | , reference | 215 | , reference |
216 | , avahi >= 0.2.0 | 216 | , avahi >= 0.2.0 |
217 | , hslogger | 217 | , hslogger |