haskell-snap-templates 1.0.0.2-3build1 source package in Ubuntu

Changelog

haskell-snap-templates (1.0.0.2-3build1) focal; urgency=medium

  * No-change rebuild for libffi soname change.

 -- Matthias Klose <email address hidden>  Sun, 12 Jan 2020 08:51:25 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-snap-templates_1.0.0.2.orig.tar.gz 17.3 KiB f47ccbddb28a06f9119a4d57d36cd02c9af5a402b4744a38bde748140e08e4bf
haskell-snap-templates_1.0.0.2-3build1.debian.tar.xz 3.2 KiB 990a0405256a4fb7755517cf85f51619fdac047f3de4f6cc6864516d8330409f
haskell-snap-templates_1.0.0.2-3build1.dsc 2.1 KiB 059baeecce7fc20767eff8cb66d80168a35434d2ed3ae86e3534ed6b34050a0a

View changes file

Binary packages built by this source

snap-templates: scaffolding CLI for the Snap Framework

 This is the Scaffolding CLI for the official Snap Framework libraries.
 It includes:
 .
  * The "snap-framework" executable program for generating starter projects
 .
 To get started, issue the following sequence of commands:
 .
  $ apt-get install snap-templates
  $ mkdir myproject
  $ cd myproject
  $ snap-framework init