fizzbuzz-as-a-service 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+7/−3 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
fizzbuzz-as-a-service.cabal view
@@ -1,9 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.18.1.+-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack+--+-- hash: 6502476fb09a9d364679de61369a6a5103ccec5a989e67ff874c909ff4952f19 name: fizzbuzz-as-a-service-version: 0.1.0.1+version: 0.1.0.2 synopsis: FizzBuzz as a service. description: FizzBuzz as a service. category: Network APIs@@ -23,8 +25,10 @@ ghc-options: -Wall -threaded build-depends: async- , base >= 4.9 && < 4.10+ , base >=4.9 && <4.11 , bytestring , network-simple , optparse-applicative+ other-modules:+ Paths_fizzbuzz_as_a_service default-language: Haskell2010