From owner-freebsd-haskell@freebsd.org Sun Apr 8 18:35:02 2018 Return-Path: Delivered-To: freebsd-haskell@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C00AF981EA for ; Sun, 8 Apr 2018 18:35:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 10B3771D91 for ; Sun, 8 Apr 2018 18:35:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C99D0F981E2; Sun, 8 Apr 2018 18:35:01 +0000 (UTC) Delivered-To: haskell@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3AE0F981E1 for ; Sun, 8 Apr 2018 18:35:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BFB671D6E for ; Sun, 8 Apr 2018 18:35:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 801DE1B49E for ; Sun, 8 Apr 2018 18:35:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w38IZ0dT080880 for ; Sun, 8 Apr 2018 18:35:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w38IZ0GN080879 for haskell@FreeBSD.org; Sun, 8 Apr 2018 18:35:00 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: haskell@FreeBSD.org Subject: [Bug 196899] [arm] lang/ghc porting project, marked as i386/amd64 only Date: Sun, 08 Apr 2018 18:34:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mikael.urankar@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: haskell@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-haskell@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: FreeBSD-specific Haskell issues and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 18:35:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196899 mikael.urankar@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159455|0 |1 is obsolete| | --- Comment #5 from mikael.urankar@gmail.com --- Created attachment 192347 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D192347&action= =3Dedit patch Hi, I've managed to build the "registerised" version of ghc-8.4.1 for armv6, ar= mv7 and aarch64 with the attached patch and the following bootstrap compilers: http://mikael.urankar.free.fr/FreeBSD/aarch64/ghc-8.4.1-boot-aarch64-unknow= n-freebsd.tar.xz http://mikael.urankar.free.fr/FreeBSD/arm/ghc-8.4.1-boot-armv6-unknown-free= bsd.tar.xz http://mikael.urankar.free.fr/FreeBSD/arm/ghc-8.4.1-boot-armv7-unknown-free= bsd.tar.xz They're based on 12-CURRENT (I don't have time or resources to do the same = work on -RELEASE or -STABLE.) Building ghc under emulation (with qemu-user-static) doesn't work. There is an issue with CABAL_ARCH, it's always set to x86_64 even for arm* = arch and I don't know how to fix it: root@12armv7: uname -p armv7 root@12armv7: make -C textproc/hs-case-insensitive -V CABAL_ARCH x86_64 Templates/config.sub and Templates/config.guess should be in a separate bug report, I'll do that later. My patch wasn't tested at all on amd64. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-haskell@freebsd.org Sun Apr 8 18:41:34 2018 Return-Path: Delivered-To: freebsd-haskell@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D595F98980 for ; Sun, 8 Apr 2018 18:41:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C273475746 for ; Sun, 8 Apr 2018 18:41:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 84282F9897A; Sun, 8 Apr 2018 18:41:33 +0000 (UTC) Delivered-To: haskell@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72241F98976 for ; Sun, 8 Apr 2018 18:41:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0BB1075729 for ; Sun, 8 Apr 2018 18:41:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id EC47A1B4D8 for ; Sun, 8 Apr 2018 18:41:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w38IfVAe090996 for ; Sun, 8 Apr 2018 18:41:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w38IfVWq090995 for haskell@FreeBSD.org; Sun, 8 Apr 2018 18:41:31 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: haskell@FreeBSD.org Subject: [Bug 196899] [arm] lang/ghc porting project, marked as i386/amd64 only Date: Sun, 08 Apr 2018 18:41:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mikael.urankar@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: haskell@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-haskell@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: FreeBSD-specific Haskell issues and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 18:41:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196899 mikael.urankar@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #192347|0 |1 is obsolete| | --- Comment #6 from mikael.urankar@gmail.com --- Created attachment 192349 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D192349&action= =3Dedit patch --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-haskell@freebsd.org Tue Apr 10 19:15:24 2018 Return-Path: Delivered-To: freebsd-haskell@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7341EF916A6 for ; Tue, 10 Apr 2018 19:15:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0729482F6B for ; Tue, 10 Apr 2018 19:15:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BBA1DF916A4; Tue, 10 Apr 2018 19:15:23 +0000 (UTC) Delivered-To: haskell@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9513F916A3 for ; Tue, 10 Apr 2018 19:15:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4713B82F67 for ; Tue, 10 Apr 2018 19:15:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 90EFC14761 for ; Tue, 10 Apr 2018 19:15:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w3AJFMW0030996 for ; Tue, 10 Apr 2018 19:15:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w3AJFMAQ030995 for haskell@FreeBSD.org; Tue, 10 Apr 2018 19:15:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: haskell@FreeBSD.org Subject: [Bug 226872] lang/ghc: fails to build with lld as /usr/bin/ld Date: Tue, 10 Apr 2018 19:15:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: haskell@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-haskell@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: FreeBSD-specific Haskell issues and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2018 19:15:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226872 --- Comment #7 from Ed Maste --- (In reply to arrowd from comment #6) When LLD_UNSAFE is set LD should be set to /usr/bin/ld.bfd so the --with-ld=3D${LD} should still be acceptable. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-haskell@freebsd.org Tue Apr 10 19:43:58 2018 Return-Path: Delivered-To: freebsd-haskell@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2288EF93A3E for ; Tue, 10 Apr 2018 19:43:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id ABA3D69A86 for ; Tue, 10 Apr 2018 19:43:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6F3F9F93A3C; Tue, 10 Apr 2018 19:43:57 +0000 (UTC) Delivered-To: haskell@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B351F93A3A for ; Tue, 10 Apr 2018 19:43:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DFB1769A82 for ; Tue, 10 Apr 2018 19:43:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 2A51514B72 for ; Tue, 10 Apr 2018 19:43:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w3AJhukB004707 for ; Tue, 10 Apr 2018 19:43:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w3AJhu98004706 for haskell@FreeBSD.org; Tue, 10 Apr 2018 19:43:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: haskell@FreeBSD.org Subject: [Bug 226872] lang/ghc: fails to build with lld as /usr/bin/ld Date: Tue, 10 Apr 2018 19:43:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: 6yearold@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: haskell@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-haskell@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: FreeBSD-specific Haskell issues and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2018 19:43:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226872 --- Comment #8 from arrowd <6yearold@gmail.com> --- (In reply to Ed Maste from comment #7) --with-ld is not a support ./configure option anymore in GHC, that's why it isn't picked up. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-haskell@freebsd.org Sat Apr 14 13:12:09 2018 Return-Path: Delivered-To: freebsd-haskell@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDE00F9F5B9 for ; Sat, 14 Apr 2018 13:12:08 +0000 (UTC) (envelope-from raven@maven.co) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 79D5F7A369 for ; Sat, 14 Apr 2018 13:12:08 +0000 (UTC) (envelope-from raven@maven.co) Received: by mailman.ysv.freebsd.org (Postfix) id 30DA9F9F5B7; Sat, 14 Apr 2018 13:12:08 +0000 (UTC) Delivered-To: haskell@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0970FF9F5B6 for ; Sat, 14 Apr 2018 13:12:08 +0000 (UTC) (envelope-from raven@maven.co) Received: from smtp03.maven.co (smtp03.maven.co [72.52.94.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.maven.co", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 941C27A35D for ; Sat, 14 Apr 2018 13:12:07 +0000 (UTC) (envelope-from raven@maven.co) Received: by smtp03.maven.co (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id w3EDC5NM024367; Sat, 14 Apr 2018 13:12:06 GMT DKIM-Filter: OpenDKIM Filter v2.9.1 smtp03.maven.co w3EDC5NM024367 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maven.co; s=default; t=1523711526; bh=g5EZTUKpS6a69xPUFKNNwbfH6Zz32yRQ3YKoIUZXGBM=; h=Date:From:To:Subject; b=QCKzcmWrUWB2U0vny0Re8nYZaEEqBmNG25ri8a1d8RInvpplviw7FNWDCl8Q5vIZS xAoD6RbajkvwdDi/TO5wB66w7HEAWwyXGUr3jAC7+LlGAWWfcY3/psNO+B9NCDMdAr SNui+hgbOXjfXqdexmVis3APFJqb5OLWVhObjuWk= MIME-Version: 1.0 Date: Sat, 14 Apr 2018 06:11:59 -0700 (PDT) From: "Mark Platosh" To: haskell@freebsd.org Message-ID: <859041744.180563.1523711525330@batch-01-uw2.maven.co> Subject: Maven - The World's Largest Micro-Consulting Platform MVN-Milter-Seen: Yes Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-haskell@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: FreeBSD-specific Haskell issues and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2018 13:12:09 -0000 Greetings! = =C2=A0 As CTO and Co-Founder of Maven, I am writing to evangelize the Maven platfo= rm, and to show how professionals use Maven on a daily basis. As Maven cele= brates our 10 year anniversary, we enter this new decade more excited than = ever to help our customers solve any size problem and dominate their market= s. =C2=A0 Maven is the world=E2=80=99s largest micro-consulting platform, providing a= ccess to 500,000+ professionals from more than 200 countries. Our commu= nity of on the ground experts are available to immediately consult with you= by the minute, hour, day, or for extended periods of time. Our bespoke Saa= S platform uses advanced search and machine learning technologies to find, = deconflict and ultimately compensate Maven=E2=80=99s sharing their expertis= e with our customers. Maven applications drive the collaborations, resultin= g in the fastest and most efficient methodology available to access deep ex= pertise. =C2=A0 Please let me know if you are interested in learning more about Maven and h= ow our toolset can help address your business challenges; I will be sure to= have someone from my team reach out to you to coordinate a time that works= best for your schedule. = =C2=A0 In the meantime, for additional detail, you can find a brief info packet on= Maven=E2=80=99s capabilities HERE. =C2=A0 =C2=A0 Kind Regards, =C2=A0 Mark =C2=A0Mark Platosh Chief Technology Officer Maven - Faster Insights. Smarter Decisions. raven@maven.co Sent by Maven Research Inc https://www.maven.co Maven 1821 Union Street, San Francisco, CA 94123 Unsubscribe here: https://cs.maven.co/www/view/epref?vID=3DJdzkpVZh78XXZjcgWQKD