better readme
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2014-2016, Stephen Diehl
|
Copyright (c) 2016, Stephen Diehl
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -3,4 +3,33 @@ Protolude
|
|||||||
|
|
||||||
[](https://travis-ci.org/sdiehl/protolude)
|
[](https://travis-ci.org/sdiehl/protolude)
|
||||||
|
|
||||||
A sensible starting Prelude.
|
A sensible starting Prelude for building custom Preludes.
|
||||||
|
|
||||||
|
Supports:
|
||||||
|
|
||||||
|
* GHC 7.6.1
|
||||||
|
* GHC 7.6.2
|
||||||
|
* GHC 7.6.3
|
||||||
|
* GHC 7.8.1
|
||||||
|
* GHC 7.8.2
|
||||||
|
* GHC 7.8.3
|
||||||
|
* GHC 7.8.4
|
||||||
|
* GHC 7.10.1
|
||||||
|
* GHC 7.10.2
|
||||||
|
* GHC 7.10.3
|
||||||
|
* GHC HEAD
|
||||||
|
|
||||||
|
Usage
|
||||||
|
-----
|
||||||
|
|
||||||
|
```haskell
|
||||||
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
|
|
||||||
|
import Protolude
|
||||||
|
```
|
||||||
|
|
||||||
|
License
|
||||||
|
-------
|
||||||
|
|
||||||
|
Released under the MIT License.
|
||||||
|
Copyright (c) 2016, Stephen Diehl
|
||||||
|
|||||||
Reference in New Issue
Block a user