{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.LwTQyR2r/b1/haskell-snap-templates_1.0.0.2-5_i386.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.LwTQyR2r/b2/haskell-snap-templates_1.0.0.2-5_i386.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,2 +1,2 @@\n \n- baea0f3fd86b84b5b42b4610385f0131 3159408 haskell optional snap-templates_1.0.0.2-5_i386.deb\n+ b6d68cb390e2f01b6e614636a7ee3540 3157412 haskell optional snap-templates_1.0.0.2-5_i386.deb\n"}, {"source1": "snap-templates_1.0.0.2-5_i386.deb", "source2": "snap-templates_1.0.0.2-5_i386.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2024-01-05 01:14:13.000000 debian-binary\n -rw-r--r-- 0 0 0 864 2024-01-05 01:14:13.000000 control.tar.xz\n--rw-r--r-- 0 0 0 3158352 2024-01-05 01:14:13.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 3156356 2024-01-05 01:14:13.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/bin/snap-framework", "source2": "./usr/bin/snap-framework", "comments": ["File has been modified after NT_GNU_BUILD_ID has been applied."], "unified_diff": null, "details": [{"source1": "readelf --wide --notes {}", "source2": "readelf --wide --notes {}", "unified_diff": "@@ -1,8 +1,8 @@\n \n Displaying notes found in: .note.gnu.build-id\n Owner Data size \tDescription\n- GNU 0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\t Build ID: c2415c23e54f392a3a765a9a7279e7f67b0cc55b\n+ GNU 0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\t Build ID: a5321b567cea6320767f73ab2793eae617cc0140\n \n Displaying notes found in: .note.ABI-tag\n Owner Data size \tDescription\n GNU 0x00000010\tNT_GNU_ABI_TAG (ABI version tag)\t OS: Linux, ABI: 3.2.0\n"}, {"source1": "strings --all --bytes=8 {}", "source2": "strings --all --bytes=8 {}", "unified_diff": "@@ -1,8 +1,8 @@\n-[/lib/ld-linux.so.2\n+@/lib/ld-linux.so.2\n __gmon_start__\n __gmpz_init\n __gmpn_popcount\n __gmpz_export\n __gmpn_sub_1\n __gmpn_and_n\n __gmpn_add\n@@ -250,14 +250,34 @@\n main:Main.Help\n ./log/placeholder\n placeholder\n :set -isrc\n :set -hide-package MonadCatchIO-mtl\n :set -hide-package monads-fd\n :set -XOverloadedStrings\n+./src/Main.hs\n+{-# LANGUAGE OverloadedStrings #-}\n+module Main where\n+import Control.Applicative\n+import Snap.Core\n+import Snap.Util.FileServe\n+import Snap.Http.Server\n+main :: IO ()\n+main = quickHttpServe site\n+site :: Snap ()\n+ ifTop (writeBS \"hello world\") <|>\n+ route [ (\"foo\", writeBS \"bar\")\n+ , (\"echo/:echoparam\", echoHandler)\n+ ] <|>\n+ dir \"static\" (serveDirectory \".\")\n+echoHandler :: Snap ()\n+echoHandler = do\n+ param <- getParam \"echoparam\"\n+ maybe (writeBS \"must specify echo/param in URL\")\n+ writeBS param\n ./foo.cabal\n Name: projname\n Version: 0.1\n Synopsis: Project Synopsis Here\n Description: Project Description Here\n License: AllRightsReserved\n Author: Author\n@@ -275,169 +295,91 @@\n mtl >= 2 && < 3,\n snap-core >= 1.0 && < 1.1,\n snap-server >= 1.0 && < 1.2\n if impl(ghc >= 6.12.0)\n ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2\n -fno-warn-unused-do-bind\n ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2\n-./src/Main.hs\n-{-# LANGUAGE OverloadedStrings #-}\n-module Main where\n-import Control.Applicative\n-import Snap.Core\n-import Snap.Util.FileServe\n-import Snap.Http.Server\n-main :: IO ()\n-main = quickHttpServe site\n-site :: Snap ()\n- ifTop (writeBS \"hello world\") <|>\n- route [ (\"foo\", writeBS \"bar\")\n- , (\"echo/:echoparam\", echoHandler)\n- ] <|>\n- dir \"static\" (serveDirectory \".\")\n-echoHandler :: Snap ()\n-echoHandler = do\n- param <- getParam \"echoparam\"\n- maybe (writeBS \"must specify echo/param in URL\")\n- writeBS param\n ./snaplets\n ./snaplets/heist\n ./snaplets/heist/templates\n ./static\n-./snaplets/heist/templates/_login.tpl\n-
Don't have a login yet? Create a new user
\n ./snaplets/heist/templates/login.tpl\n