native 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+11/−13 lines, 2 filesnew-component:exe:native
Files
- LICENSE +2/−2
- native.cabal +9/−11
LICENSE view
@@ -1,4 +1,4 @@-Copyright Author name here (c) 2016 +Copyright Luka Horvat (c) 2016 All rights reserved. @@ -27,4 +27,4 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
native.cabal view
@@ -1,16 +1,14 @@ name: native-version: 0.1.0.0-synopsis: Initial project template from stack-description: Please see README.md-homepage: https://github.com/githubuser/native#readme+version: 0.1.0.1+synopsis: Native library manager for Windows+description: Native library manager for Windows license: BSD3 license-file: LICENSE-author: Author name here-maintainer: example@example.com-copyright: 2016 Author name here-category: Web+author: Luka Horvat+maintainer: luka.horvat9@gmail.com+copyright: 2016 Luka Horvat+category: Utility build-type: Simple--- extra-source-files: cabal-version: >=1.10 data-files: *.ps1@@ -34,7 +32,7 @@ ghc-options: -Wall default-extensions: OverloadedStrings -executable native-exe+executable native hs-source-dirs: app main-is: Main.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall@@ -56,4 +54,4 @@ source-repository head type: git- location: https://github.com/githubuser/native+ location: https://gitlab.com/LukaHorvat/native