diff options
| -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 | 
