Add simple, records and backpack versions.
authorEvgenii Akentev <i@ak3n.com>
Tue, 5 Jan 2021 11:47:31 +0000 (16:47 +0500)
committerEvgenii Akentev <i@ak3n.com>
Tue, 5 Jan 2021 11:47:31 +0000 (16:47 +0500)
commitf582dbf4c699aba02b96d5c58179b61b63096f29
tree7fc7b86b368a9382fcc4a5807abdaffadafc97c2
parente10bc3c28f2509aba5619fc967ba26f543426029
Add simple, records and backpack versions.
28 files changed:
README.md
backpack-handle/CHANGELOG.md [new file with mode: 0644]
backpack-handle/LICENSE [new file with mode: 0644]
backpack-handle/Main.hs [new file with mode: 0644]
backpack-handle/Setup.hs [new file with mode: 0644]
backpack-handle/backpack-handle.cabal [new file with mode: 0644]
backpack-handle/domain/WeatherProvider.hsig [new file with mode: 0644]
backpack-handle/domain/WeatherReporter.hs [new file with mode: 0644]
backpack-handle/impl/SuperWeatherProvider.hs [new file with mode: 0644]
backpack-handle/test-impl/TestWeatherProvider.hs [new file with mode: 0644]
backpack-handle/test/Test.hs [new file with mode: 0644]
records-handle/CHANGELOG.md [new file with mode: 0644]
records-handle/LICENSE [new file with mode: 0644]
records-handle/Main.hs [new file with mode: 0644]
records-handle/Setup.hs [new file with mode: 0644]
records-handle/domain/WeatherProvider.hs [new file with mode: 0644]
records-handle/domain/WeatherReporter.hs [new file with mode: 0644]
records-handle/impl/SuperWeatherProvider.hs [new file with mode: 0644]
records-handle/records-handle.cabal [new file with mode: 0644]
records-handle/test-impl/TestWeatherProvider.hs [new file with mode: 0644]
records-handle/test/Test.hs [new file with mode: 0644]
simple-handle/CHANGELOG.md [new file with mode: 0644]
simple-handle/LICENSE [new file with mode: 0644]
simple-handle/Main.hs [new file with mode: 0644]
simple-handle/Setup.hs [new file with mode: 0644]
simple-handle/domain/WeatherProvider.hs [new file with mode: 0644]
simple-handle/domain/WeatherReporter.hs [new file with mode: 0644]
simple-handle/simple-handle.cabal [new file with mode: 0644]