Skip to content

Instantly share code, notes, and snippets.

View Anton-Latukha's full-sized avatar
🫀
In the war.

Anton Latukha Anton-Latukha

🫀
In the war.
View GitHub Profile
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
module NixDaemon where
import Data.Bool ( bool )
import Control.Monad ( void )
import Control.Monad.IO.Class ( liftIO )
@Anton-Latukha
Anton-Latukha / hnix.prof
Created January 26, 2021 14:08
2021-01-26: cabal v2-run --enable-profiling --flags=profiling --enable-library-profiling --enable-executable-profiling hnix -- --eval --expr '(import <nixpkgs> {}).hello.outPath' +RTS -pj
This file has been truncated, but you can view the full file.
{
"program": "hnix",
"arguments": ["/home/pyro/src/haskell/hnix/dist-newstyle/build/x86_64-linux/ghc-8.10.3/hnix-0.12.0.1/x/hnix/build/hnix/hnix", "--eval", "--expr", "(import <nixpkgs> {}).hello.outPath"],
"rts_arguments": ["-pj"],
"end_time": "Tue Jan 26 16:06 2021",
"initial_capabilities": 0,
"total_time": 22.57,
"total_ticks": 22571,
"tick_interval": 1000,
"total_alloc":14266192416,
# pkgs/development/haskell-modules/configuration-hackage2nix.yaml
compiler: ghc-8.8.4
core-packages:
- array-0.5.4.0
- base-4.13.0.0
- binary-0.8.7.0
- bytestring-0.10.10.0
- Cabal-3.0.1.0