Skip to content

Instantly share code, notes, and snippets.

@michaeljklein
Last active May 31, 2016 23:17
Show Gist options
  • Save michaeljklein/784d576f5876dd22839e786d99b34149 to your computer and use it in GitHub Desktop.
Save michaeljklein/784d576f5876dd22839e786d99b34149 to your computer and use it in GitHub Desktop.
├── LICENSE: 29 lines
├── README.md: 12 lines
├── Setup.hs: 2 lines
├── app
│   └── Main.hs: 5 lines
├── git-details.cabal: 82 lines
├── src
│   ├── Data
│   │   ├── Attoparsec
│   │   │   └── Text
│   │   │   └── Utils.hs: 73 lines
│   │   ├── Char
│   │   │   └── Parse.hs: 37 lines
│   │   ├── Conduit
│   │   │   ├── Lens.hs: 29 lines
│   │   │   ├── Maybe.hs: 28 lines
│   │   │   ├── Process
│   │   │   │   └── Utils.hs: 153 lines
│   │   │   └── Utils.hs: 60 lines
│   │   ├── DepthElement.hs: 161 lines
│   │   ├── Either
│   │   │   └── Utils.hs: 46 lines
│   │   ├── Git
│   │   │   ├── Details
│   │   │   │   └── Parse.hs: 76 lines
│   │   │   ├── Details.hs: 35 lines
│   │   │   ├── DiffTree
│   │   │   │   └── Parse.hs: 107 lines
│   │   │   └── DiffTree.hs: 47 lines
│   │   ├── List
│   │   │   └── Utils.hs: 30 lines
│   │   ├── Maybe
│   │   │   └── Utils.hs: 19 lines
│   │   ├── Opaque.hs: 41 lines
│   │   ├── Plugin.hs: 274 lines
│   │   ├── Text
│   │   │   └── Builder
│   │   │   └── Utils.hs: 49 lines
│   │   ├── Time
│   │   │   └── Clock
│   │   │   └── Parse.hs: 48 lines
│   │   └── Tree
│   │   ├── Parse.hs: 55 lines
│   │   └── Utils.hs: 155 lines
│   ├── Git
│   │   ├── Details.hs: 155 lines
│   │   ├── Types
│   │   │   └── Parse.hs: 61 lines
│   │   └── Types.hs: 85 lines
│   └── System
│   └── Process
│   └── Utils.hs: 34 lines
├── stack.yaml: 32 lines
└── test
└── Spec.hs: 2 lines
24 directories, 31 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment