add suggested version bounds
Getty Ritter
7 years ago
| 28 | 28 | default-language: Haskell2010 |
| 29 | 29 | default-extensions: ScopedTypeVariables |
| 30 | 30 | ghc-options: -Wall |
| 31 | build-depends: base >=4.7 && <5 | |
| 32 | , wai | |
| 33 | , warp | |
| 34 | , stache | |
| 35 | , text | |
| 36 | , time | |
| 37 | , http-types | |
| 38 | , sqlite-simple | |
| 39 | , aeson | |
| 40 | , filepath | |
| 41 | , pandoc | |
| 42 | , feed | |
| 43 | , xml-types | |
| 44 | , xml-conduit | |
| 45 | , bytestring | |
| 46 | , pwstore-fast | |
| 47 |
|
|
| 31 | build-depends: base >=4.7 && <5 | |
| 32 | , aeson >= 1.4.1 && < 1.5 | |
| 33 | , bytestring >= 0.10.8 && < 0.11 | |
| 34 | , text >= 1.2.3 && < 1.3 | |
| 35 | , unix >= 2.7.2 && < 2.8 | |
| 36 | , time >= 1.8.0 && < 1.9 | |
| 37 | , feed >= 1.0.0 && < 1.1 | |
| 38 | , xml-conduit >= 1.8.0 && < 1.9 | |
| 39 | , filepath >= 1.4.2 && < 1.5 | |
| 40 | , xml-types >= 0.3.6 && < 0.4 | |
| 41 | , http-types >= 0.12.2 && < 0.13 | |
| 42 | , pandoc >= 2.3.1 && < 2.4 | |
| 43 | , pwstore-fast >= 2.4.4 && < 2.5 | |
| 44 | , sqlite-simple >= 0.4.16 && < 0.5 | |
| 45 | , stache >= 2.0.1 && < 2.1 | |
| 46 | , wai >= 3.2.1 && < 3.3 | |
| 47 | , warp >= 3.2.25 && < 3.3 |