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

Changelog

haskell-snap-templates (1.0.0.2-4build1) impish; urgency=medium

  * No-change rebuild for libffi soname change.

 -- Matthias Klose <email address hidden>  Sat, 11 Sep 2021 06:53:02 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

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-4build1.debian.tar.xz 3.3 KiB 8468a7f9666f0fbe2b82d913bed8860553a280796d972256a2a87ebe166f35dc
haskell-snap-templates_1.0.0.2-4build1.dsc 2.1 KiB a7cc8fb9a1aa1d09038cbdb47d5afb76bad45dac7dedf4e69250bd1036776518

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