diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:59:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:38 +0700 |
commit | 4bd0c3428cddcbdd810ea01b2a8fdbf19e169f6b (patch) | |
tree | bc262ab275aab003937d7683a9ad572165a09683 /haskell/haskell-path-pieces/README | |
parent | c3608f395adc58b7ef23c6d983c04cadf4fef7a3 (diff) |
haskell/haskell-path-pieces: Added (Components of paths).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-path-pieces/README')
-rw-r--r-- | haskell/haskell-path-pieces/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-path-pieces/README b/haskell/haskell-path-pieces/README new file mode 100644 index 0000000000..b08dcf83cb --- /dev/null +++ b/haskell/haskell-path-pieces/README @@ -0,0 +1,6 @@ +Defines two typeclasses used for converting Haskell data types to +and from route pieces. Used in Yesod to automatically marshall data +in the request path. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |