diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-09-28 10:47:18 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-09-28 10:47:18 +0200 |
commit | faea1f5877b2cfc41d5dcd96d7dfb11038bb30f2 (patch) | |
tree | b320369fd8da3a82849d54cf9cf3cf3b379ed68d | |
parent | 2fcd879e9cce2f768a66a0a387b810d1ed4476f8 (diff) | |
download | comatose-faea1f5877b2cfc41d5dcd96d7dfb11038bb30f2.tar.gz comatose-faea1f5877b2cfc41d5dcd96d7dfb11038bb30f2.tar.bz2 comatose-faea1f5877b2cfc41d5dcd96d7dfb11038bb30f2.zip |
Run with ghc 4.8
-rw-r--r-- | comatose.cabal | 2 | ||||
-rw-r--r-- | data/db.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/comatose.cabal b/comatose.cabal index 2db80a3..eb54805 100644 --- a/comatose.cabal +++ b/comatose.cabal @@ -19,7 +19,7 @@ executable comatose main-is: Main.hs -- other-modules: -- other-extensions: - build-depends: base >=4.6 && <4.7, bibtex, yaml, containers, parsec, lucid, bytestring, text, filepath, network-uri, aeson, directory + build-depends: base >=4.6 && <4.9, bibtex, yaml, containers, parsec, lucid, bytestring, text, filepath, network-uri, aeson, directory -- hs-source-dirs: default-language: Haskell2010 diff --git a/data/db.yaml b/data/db.yaml index 0bed110..5f489cf 100644 --- a/data/db.yaml +++ b/data/db.yaml @@ -48,7 +48,7 @@ features: # bluetooth for example? topology.clustered: name: Clustered - description: + description: "" topology.centralized: name: Centralized description: Star @@ -89,7 +89,7 @@ features: description: Packets will be acked/nacked and retransmitted reliability.channel-hopping: name: Channel hopping - description: + description: "" reliability.ecc: name: Error correcting codes |